* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    height: 100dvh;

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

    text-align: center;
}

h1 {
    font-size: 3rem;
}

h3 {
    margin-top: 5rem;

    font-weight: 500;
}
