/* Inhalt */

.content-container {
    width: 80%;
    margin: auto;
}

.title {
    margin-top: 25px;
}

.title:first-of-type {
    margin-top: 0;
}

.content-container a {
    color: black;
    text-decoration: none;
}

.content-container a:hover {
    text-decoration: underline;
}
