body{
    background-color: #F9F9F9;
    text-align: center;
}

a{
    color: #000F9F;
    font-weight: 600; 
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

.errorSection{
    align-items: center;
    font-family:'Zilla Slab', 'Arial', Calibri, 'Trebuchet MS', sans-serif;
}

.errorMessage{
    align-items: center;
}

