.not-found-container {
    min-height: 80vh;
}

.not-found-page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 64px;
    padding-right: 64px;
}

.not-found-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 56px;
}

.error_code {
    color: white;
    font-size: 24px;
    line-height: 32px;
}

.error_description {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 8px;
    font-weight: 400;
    color: white;
}

a {
    text-decoration: none;
    color: white;
}

.user_info_btn {
    margin-top: 20px;
    cursor: pointer;
    padding: 8px 20px;
    border-radius: 100px;
    border: 2px solid #2E99FC;
    background: #01284B;
    transition: background-color 0.5s ease;
}

.user_info_btn:hover {
    background: #2E99FC
}