body {
    background-color: rgb(243, 241, 238);
    position: fixed;
    width: 100%;
    height: 100%;
}

.bg-img { 
    background-image: url(../images/Logo.webp) ;
    background-position: center;
    background-repeat:  no-repeat;
    background-size: 300px;
}