/* Inhalt */

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

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

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

.content-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.content-container ul {
    margin-left: 25px;
}
