body {
    font-family: sans-serif;
    text-align: center;
    background-image: url("bg.webp");
    background-repeat: repeat;
    margin-top: 40px;
}

.logo {
    width: 25%;
}

@media screen and (max-width: 600px) {
    .logo {
        width: 75% !important;
    }
}