body{
    background: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
a,
a:visited{
    color: #00A8EF;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.error-deprecated{
    padding-top: 10%;
}
.error-title{
    color: #00A8EF;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}
.error-message{
    font-size: 1em;
    line-height: 1.5;
    text-align: center;
}