html {
    font-family: Inter, serif;
    background: lightblue;
}

h1 {
    color: pink
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}