
#error-page{
    font-family: "Exo", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

.error-text{
    color: #DE2A03;
    font-weight: 600;
}

#error-message{
    text-align: center;
    line-height: 30px;
    font-size: 18px;
}

.bold-text {
    font-weight: 600;
}
.normal-text {
    font-weight: 400;
}