body{
    background: url(back.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    backdrop-filter: opacity(20%);
}
img.logo{
    margin-top: 100px;
}