html
{
   background-color: #fffffff4;
   overflow-x: hidden;
   overflow-y: scroll;
   scroll-behavior: smooth;
}

 body
 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100svh;
    flex-wrap: wrap;
    margin:0;
    padding: 0;
 }

 #logo 
 {
    width: 600px;
    max-width: 100vw;
 }

 footer 
 {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-style: normal;
        flex-basis:100%;
        font-size: 12px;
        display: flex;
        justify-content: center;
        opacity: 0.8;
        position: absolute;
        bottom: 10px;
 }