body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
    max-width: 480px;
    margin: auto;
    box-sizing: border-box;
    text-align: center;
}

section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh;
}

h1 {
    font-size: 42px;
    margin-bottom: 0.5em;
    font-weight: 900;
}

.subtitle {
    font-size: 36px;
    color: #666;
    font-weight: 700;
}

p {
    font-size: 16px;
    line-height: 1.4;
}
