html{
    font-family: "General Sans", sans-serif;
}
.section-error {
    display: grid;
    place-items: flex-start;
    margin-bottom: 0;
    min-height: 0;
}
.section-error .app-container{
    margin: 0 auto;
    width: auto;
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    pointer-events: all;
    background-color: #fff;
    -moz-user-select: auto;
    user-select: auto;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    padding: 24px;
    border-radius: 16px;
}
.section-error .button.button-v1 {
    padding: 10px 10px;
    background-color: var(--green, #5cb85c);
    color: white;
    width: fit-content;
    margin-bottom: 2rem;
}
.section-error .button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid;
    font-weight: var(--font-bold);
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

.section-error .error-content{
    padding-bottom: 15px;
}

.section-error .error-content img{
    vertical-align: middle;
}
.section-error .error-content .error-link{
    text-decoration: none;
}
.section-error .error-header{
    text-align: center;
    margin-bottom: 24px;
}
.section-error .error-header img{
    width: 62px;
    margin: 0 auto;
}
.section-error .error-title{
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #4b4b62;
    margin-bottom: 16px;
}
.section-error .error-subtitle{
    max-width: 568px;
    font-size: 20px;
    font-weight: 550;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #4b4b62;
}
.section-error .error-subtitle2{
    max-width: 568px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #4b4b62;
    margin-bottom: 24px;
}
.section-error .error-subtitle2a{
    max-width: 568px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #4b4b62;
}
.section-error .error-link{
    margin: 0 auto;
    color: #c36;
    font-weight: 600;
}
