html {
    height: 100%;
}

body {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', 'Helvetica', sans-serif;
}

.center {
    text-align: center;
}

.center h1 {
    color: blue;
}