body {
    background-color: rgba(240, 234, 214, 0.4);
}

a {
    color: #004d00;
}

a.external:after {
    content: url(/external.svg);
    margin: 0 0 0 10px;
}

#roundedcornersbox {
    border-radius: 15px;
    border: 2px solid #004d00;
    padding: 30px;
    width: 521px;
    height: 322px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

#roundedcornersboxprivacy {
    border-radius: 15px;
    border: 2px solid #004d00;
    padding: 30px;
    width: 521px;
    height: 1950px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

[class*="text-"] {
    display: flex;
    flex-direction: column;
    font-family: Georgia, Garamond, Verdana;
    font-style: normal;
    color: #004d00;
}

.text-title {
    align-items: center;
    margin-top: 0px;
    font-size: xx-large;
}

.text-subtitle {
    align-items: center;
    margin-top: 40px;
    font-size: x-large;
}

.text-body {
    margin-top: 15px;
    font-size: x-large;
}

