body {
    height: 100dvh;
    margin: 0;
    font-family: lft-etica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    overflow: hidden;
}

h1{
    text-align: center;
    margin-bottom: 0px;
}

.error-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 20;
}

.error-button {
    width: 200px;
    border-radius: 300px;
    padding: 15px 25px;
    text-decoration: none;
    color: white;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

.error-image {
    width: 100%; 
    z-index: 10;
    min-width: 800px;
}

.image-container{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.pohoda {
    .error-button {
        background-color: #1E67EB;

        &:hover {
            background-color: #3776eb;
        }
    }
}

.pohoda_udrzba {
    background: linear-gradient(#FFFFFF, #EAF5FF);

}

.pohoda_neexistuje {
    background: linear-gradient(#EAF5FF, #FFFFFF);
}

.firmy {
    background-color: #F4F4F4;
    color: #646464;

    .error-button {
        background-color: #EC6725;

        &:hover {
            background-color: #e9743a;
        }
    } 
}

.portal{
    background: linear-gradient(#FFFFFF, #F5E5FF);
    
    .error-button {
        background-color: #624193;

        &:hover {
            background-color: #6e5594;
        }
    } 
}
