body {
    background-color: #174a9b;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: 'Roboto Slab', serif;
}

.content-box {
    padding: 20px;
    border: 2px solid white;
    text-align: center;
    width: 50%
}

.footer a {
    color: white;
    text-decoration: underline;
}

.footer {
    margin-top: 20px;

}