html, body {
    height: 100%;
    margin: 0;
    font-family: sans-serif;
    font-size: 16px;
}

#background {
    background-color: #74c374;
    width: 100%;
    height: 100%;

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

.title {
    color: #111111;
    font-size: 48px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 2rem;
}

.sub-title {
    color: #111111;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}

.open-sans {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}