*{
    margin: 0%;
    padding: 0%;
}
html{
    background-color: rgb(50, 50, 50);
    color: white;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}
#tree-icon{
    margin-top: 5%;
    margin-bottom: 3%;
    font-size: 200px;
}
h1{
  background: url('https://i.imgur.com/1R57Hlq.gif');
  background-clip: text;
  -webkit-background-clip: text;
  }
.content-main{
    font-size: 80px;
}
@media only screen and (max-width: 768px) {
    p{
      font-size: 12px;
    }
    h1{
      font-size: 70px;
    }
    #tree-icon{
        margin-top: 20%;
        font-size: 200px;
    }
  }