html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Lato', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;

    background: #2f2fa2;
    color: white;
}

.center {
    padding: 10px;
}

a:link, a:visited {
    color: white;
}