main{
    margin-top: 20px;
}

.fach-content li{
    font-size: 18px;
}

.fach-content h2,
.fach-content h3,
.fach-content h4,
.fach-content h5{
    color: #35446a;
}

.fach-content h3,
.fach-content h4{
    text-align: left;
}

#imgcranio{
    float: right;
    width: min(320px, 42%);
    height: auto;
    margin: 4px 0 16px 20px;
    border-radius: 12px;
}

@media screen and (max-width: 700px) {
    #imgcranio {
        float: none;
        display: block;
        width: min(240px, 72%);
        margin: 16px auto;
    }
}

@media screen and (max-width: 600px) {
    .fach-content li{
        font-size: 16px;
    }
}



