@font-face {
    font-family: "Kiva fontti";
    src: url(DMSans-VariableFont_opsz\,wght.ttf);
}





body {
    font-family: "Kiva fontti", serif;
    background-color: rgb(72, 168, 168);
    text-align: justify;
    hyphens: auto;
}

h1, h2, h3 {
    hyphens: manual;
}

.container {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(205, 248, 241);
    padding: 10px 8%;
}

h2, h3 {
    margin-top: 30px;
    margin-bottom: 0;
}

li {
    margin-bottom: 0.5em;
}

ul {
    padding-left: 1.1em;
}

p {
    margin-bottom: 0;
}

p + p {
    margin-top: 0;
    text-indent: 2em;
}

