.container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-section{
    width: 60%;
    background-color: lightcoral;
    padding: 15px;
    border-radius: 15px;
}
h1{
    font-family: sans-serif;
    color: darkred;
    text-align: center;
}
hr{
    width: 100%;
    border: 3px solid darkred;
}
p{
    font-family: sans-serif;
    font-size: 30px;
    color: darkred;
    text-align: center;
}