#one{
    display:flex;
    width: 100%;
    align-items: stretch;
    gap: 1em;

    @media screen and (width <= 800px){
        flex-direction: column;  
    }
}

#one > div{
    flex: 1 50vw;
}

body{
    font-family: 'Times';
    background: fixed url("../media/ghac/background.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}


p{
    font-size: 1.9em;
    line-height: 1em;
}


#title{
    text-align: center;
    margin: 1.1em;
}

#title > img{
    max-width: 100%;
    max-height: 20vh;
    filter: drop-shadow(2px 2px 2px #010101);

}

#txt{
    text-shadow: 2px 2px 2px #010101;
}

#logos > div{
    flex: 1 50vw;
    display:flex;

}

#imdb{
    transform: rotate(-5deg);
}