body {
    background-color: aliceblue;
    font-family: Arial, Helvetica, sans-serif;
}

#error-wrapper p {
    font-style: italic;
    background-color: red;
    color: white;
}

#logo-wrapper {
    
}

