html
{
   background-color: #fffffff4;
   overflow-x: hidden;
   overflow-y: scroll;
   scroll-behavior: smooth;
}

 body
 {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    min-height: 100svh;
    flex-wrap: wrap;
    margin:0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    flex-basis:100%;
    font-size: 24px;
    user-select: none;
   }

 #logo 
 {
    width: 600px;
    max-width: 80vw;
    margin: 40px 0;
 }
 
 p
 {
    flex-basis: 100%;
    text-align:center;
    opacity: 0.4;
 }