

*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #000;
    color: #ED2939;
}

.page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem;
}

html {
    scroll-behavior: smooth;
}

h1
{
    font-size: 4em;
}


