body {
    background-color: #F2EEE2;
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    margin: 0;
    padding: 0;
}

div {
    margin-top: 16%;
    text-align: center;
}

p {
    margin-top: 40px;
}

a {
    color: #1D688B;
    text-decoration: none;
/*    border-bottom: 1px solid #1D688B;*/
    display: inline-block;
    padding-bottom: 4px;
}
a:hover {
    color: #C10E0E;
    border-bottom: 1px solid #C10E0E;
}