body {
    margin: 0;
    font-family: "Lato", Arial, sans-serif;
    min-height: 100vh;
    color: #243527;
    background-color: #fbfbff;
}

.site-container {
    min-height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
}

.site-header {
    background-color: #6b8a71;
    flex: 0.75;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.site-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-left: 15px;
    padding-right: 15px;
}

.site-footer {
    flex: 0.2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.logo {
    width: 180px;
    max-width: 80vw;
    margin-bottom: 32px;
}

.title {
    font-size: 4rem;
    margin-bottom: 12px;
    font-family: "Bona Nova", serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

.subtitle {
    font-size: 1.4rem;
    color: #515f54;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

.copyright {
    font-size: 1rem;
    color: #515f54;text-align: center;
    text-align: center;
}
