html {
    width: 100%;
    height: 100%;
}

h1 {
    font-family: 'Inter', sans-serif;
    font-optical-sizing: auto;
    font-weight: 550;
}

p {
    font-family: 'Inter', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    max-width: 600px;
}

body {
    background-color: #f0f0f0;
    color: #1c1c1c;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}