body {
    background-color: rgb(0, 124, 120);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.container {
    margin-top: 25dvh;
    display: flex;
    justify-content: center;
}
