html{
    background-color:rgb(255, 235, 54);
    background-image: linear-gradient(rgb(0, 0, 0),rgb(216, 181, 26),rgb(255, 235, 54) );
    /*height:200%; */
    color: white;
    text-shadow: black 1px 1px;
font-family: 'comic sans';
}
@font-face{
    font-family: 'comic sans';
    src: url('./reg.ttf');
}
.logo{ 
    width:50vw;
    display:block;
    margin:auto;
}

main{
    width:50%;
   margin:auto; 
   overflow:scroll;
    height:100%;
    
}

.info{
  font-size: 7px;
  text-align: center;
  }

