div.error {
    text-align: center;
}
div.error h1 {
    font-size: 10.5vw;
    font-weight: bold;
    color: white;
}
div.error p {
    font-size: 115%;
}