@import url('https://fonts.googleapis.com/css2?family=Faster+One&family=Oswald:wght@200..700&display=swap');
h1{
    font-family: Oswald;
    color: rgba(255, 255, 255, 0.566);
    text-align: center;
    font-size: 200%;
}

h2{
    font-family: Oswald;
    color: rgba(255, 255, 255, 0.566);
    font-size: 120%;
}
 .obsah{
    display: block;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-content: center;
 }

 .bot{
    background-image: url(forza-horizon-5-keyart_1.jpg);
    color: rgba(255, 255, 255, 0.566);
    display: flex;  
    left: 0; 
    padding-right: 100%;
    margin-top: 10%;
}

@media screen and (max-width: 840px) {
    .bot{
        margin-top: 65%;
    }
}