html, body {
    margin: 0;
    height: 100%;
}

body {
    font-family: 'Noto Sans', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

h1, p {
    text-align: center;
    margin: 20px auto;
}

h1 {
    font-size: 48px;
}

p {
    font-size: 32px;
}

a {
    color: #0016f0;
}

a:hover {
    text-decoration: none;
}