.error-heading {
    font-size: 90px;
}

.error-container { 
    text-align: center; 
    padding: 10rem 1rem; 
    border-radius: 5px; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

.error-container p {
    line-height: 25px;
}