.error-main {
    width: 204px;
    min-height: calc(100vh - 500px);
    padding: 120px 0 160px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.error-main img {
    width: 204px;
    height: 160px;
    object-fit: cover;
}
.error-main p {
    color: #333;
    font-size: 12px;
    margin: 26px 20px 12px;
}
.error-main button {
    width: fit-content;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    padding: 0 6px;
    border: none;
    border-radius: 4px;
    background-color: #165DFF;
    margin: 0 0 0 20px;
}
.error-main button:hover {
    background-color: #0b4fd9;
}
