div {
    background-size: cover;
    background-repeat: no-repeat;
    color: rgb(141, 148, 153);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    margin: 0%;
    min-height: 100vh;
    background-attachment: fixed;
    font-size: 50px;
}
#logo{
    border-width: 15px;
    border-color: rgb(53, 38, 192);
    border-style: groove;
    border-radius: 15px;
    text-align: left;
    font-size: 65px;
    font-variant-position: left;
    display: flex;
    justify-content: left;
    background-color: rgb(64, 136, 195);
}
body{
   background-color:rgb(64, 136, 195)
}