p {
    font-size: large;
    color: black;
    text-align: center;
}

p.desktop {
    display: none;    
}

p.mobil {
    display: block;
}

/* Namensanimation */
svg text {
    font-size: 20px;
}
