*{
  padding:0px;margin:0px;
}
.menu{
  margin-bottom: 20px;
  font-size: 2rem;
  margin-top: 15px;
  margin-left: 15px;

}
a{
  text-decoration: none;
  color: #b74adbdd;
  margin-left: 5rem;
} 

a:hover{
  text-decoration: underline;
}

a:nth-child(2n){
  color: #d8aae7dd;

}
html, body{
  height:100%;
  width:100%;
  overflow: hidden;
  font-size: 1.15rem;
  font-family: Roboto, "Helvetica Neue";
}



