body {
    font-family: "Nunito", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    background: #0d2142;
    color: whitesmoke;
    line-height: 1.5em;
    text-align: center;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

a {
    color: whitesmoke;
}
