body {
    background-color: #FAFBFC;
}

.error-container {
    max-width: 1024px;
    padding: 10px;
    margin: 0 auto;
}

.notice {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #d5efeb;
    border: 1px solid #00a886;
    padding: 20px;
    margin: 20px 0 40px 0;
}

.notice span {
    font-size: 18px;
}

.notice svg {
    width: 25px;
    height: auto;
    fill: #003042;
}

.text span {
    display: block;
    color: #003042;
    margin-bottom: 16px;
}

.text span:last-child {
    margin-bottom: 0;
}

.text a {
    color: #2a759e;
}