body{
    background: url(Fotky/Background2.gif) no-repeat;
    background-color: #0F0F0F;
    margin: 0;
    padding: 0;
}

.domu {
    position: fixed;
    top: 10px;
    left: 15px;
    width: 50px;
    height: 50px;
}

.domu img {
    width: 100%;
    height: auto;
}


h1 {font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
    color: whitesmoke;
    text-align: center;
} 

.plakatys{
    width: 700px;
    height: 405px;
    padding: 5px;
}

.plakatyv{
    width: 450px;
    height: 750px;
    padding: 5px;
}

.mod{
    width: 700px;
    height: 400px;
    padding: 5px;
}

img{
    image-rendering: optimizeSpeed;
    object-fit: cover;
    align-items: center;
}

img:hover{
    transition: transform 0.5s ease-in-out;
        transform: scale(1.02);
}

@media (max-width: 768px) {
    .plakatys{
        width: 95%;
        height: auto;
    }

    .plakatyv{
        width: 95%;
        height: auto;
    }

    .mod{
        width: 95%;
        height: auto;
    }

    .domu2 img {
        width: 10%;
        height: auto;
    }
}

@media (max-width: 400px) {
    .plakatys{
        width: 95%;
        height: auto;
    }

    .plakatyv{
        width: 95%;
        height: auto;
    }

    .mod{
        width: 95%;
        height: auto;
    }

    .domu2 img {
        width: 10%;
        height: auto;
    }
}
