/* Mobile Styles */
@media only screen and (max-width: 400px) {
    .text_life {
        font-size: 43px;
        margin-top: -200px;
    }
}

/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {
    .text_life {
        font-size: 43px;
        margin-top: -200px;
    }

}

/* Desktop Styles */
@media only screen and (min-width: 961px) {
    .text_life {
        font-size: 70px;
        margin-top: -200px;
    }
    .uvod_text {
    font-size: 15px;
    }
}