
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


html {
    background-color: black;
    font-family: "Doto", sans-serif;
    font-weight: 400;
}

a {
  text-decoration: none;
  color: inherit;
}


li {
    list-style: none;
    margin: 0px;
    padding-left: 25px;
    padding-top: 1px;
    padding-bottom: 0px;
    color: #84898f;
    font-size: 85px;
    font-weight: bold;
    line-height: 0.8;
    
}

li:hover {
    color: white;
}
