.bg-error-500{
    background-color: hsl(218, 17%, 62%, 0.2);
}
.title{
    font-size:2.5rem;
    font-weight: bold;
}
.sub-title{
    font-size:1.5rem;
    font-weight:700;
}
.description{
    font-size:1rem;
    text-align: justify;
}
