body {
    font-family: sans-serif ;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    max-height: 100vh;
    color: #001733;
}

h1 {
    font-size: 3em;
}

p {
    font-size: 1.5em;
}

a {
    color: #0052CC;
    text-decoration: none;
}

small {
    display: block;
    font-size: 1.25em;
}

img.svg {
    height: 50%;
    min-height: 500px;
    margin: 30px 0;
}

div.container {
    padding: 50px 20px;
}