@media (min-width: 768px){
    .logo {
        position: absolute;
        width: 7%;
        max-width: 100%;
        height:  auto;
        top: 50%;
        transform: translateY(-50%);
        left: 10%
    }
}

.text-shadow {
    text-shadow: 0px 5px 5px rgb(0, 0, 0);
    font-weight: 250;
}