@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald&family=Poppins&display=swap');

*{
    background-color: #090F13;
    font-family: "Montserrat", sans-serif;
}

.carka{
    margin-top: 7em;
    margin-bottom: 6em;
    height: 1px;
    width: 99vw;
    background-color: white;
}

.podnadpis{
    padding-top: 0em;
    font-size: 3em;
    text-align: center;
    color: white;
    font-weight: 800;
}

.plakat{
    width: 400px;
    height: 550px;
}

.jine{
    width: 400px;
    height: 400px;
}

.triD{
    width: 400px;
    height: 400px;
}

.odkaz{
    text-decoration: none;
    font-size: 2em;
    font-weight: 300;
    color: #74bff0;
    display: block;
    margin: 1.5em;
    transition: scale 0.3s ease-in-out;
}

.odkaz:hover{
    scale: 1.1;
    color: white;
}

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

img:hover{
    transition: transform .5s;
        transform: scale(1.008);
}

@media (max-width: 992px) {
    img{
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {}

@media (max-width: 400px) {}
