.error-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.error-element-container {
    text-align: center;
    padding: 100px 150px;
}

.img_error {
    margin-bottom: 40px;
}

.button_error {
    padding: 12px 40px;
    background-color: #0098cd;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    margin-top: 45px;
}

.button_error_text {
    color: white;
    text-decoration: none;
}

.button_error_text:hover {
    color: white;
    text-decoration: none;
}