main > div.error-page {
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    width: 100%;
    height: 648px;

    background: url("/assets/error.png") no-repeat;
    background-position: 62% center;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;

    margin-top: 94px;
    margin-bottom: 94px;
} 

main > div.error-page > p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;

    letter-spacing: 0.3;

    color: var(--gray);

    margin-top: 8px;
}

main > div.error-page > button {
    width: 315px;
    margin-top: 48px;
}
