body {
    font-family: "Inclusive Sans", sans-serif;
    background-color:#042833;
    color: #E9E9E1;
    height: 100dvh;
}

h1 {
    font-weight: 600;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80dvh;
}

.container div {
    text-align: center;
}

a {
    color: #E9E9E1;
}
