body{

}
.logo {
    position: absolute;
    max-width: 1000px;
    width: 50%;
    top: 50%;
    left: 73%;
    transform: translate(-50%, -50%);
}
.logo img{
    width: 100%;
}
img.background {
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
