.logo-container {
    background: white;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 80px;
    text-align: center;
}

img {
    width: 300px;
    height: auto;
    
}

@media (max-width: 600px) {
    img {
        width: 70%;
        /* margin-left: 2.5%; */
    }
}