#animation{
  border: none;
}

#Ueberschrift{
    text-align: center;
    font-family:'Courier New', Courier, monospace;
    font-size:30px;
}

.Begruesung{
    text-align: center;
    color: black;
    font-size: 25px;
}

@media(max-width: 900px){

  #Ueberschrift{
    text-align: center;
    font-family:'Courier New', Courier, monospace;
    font-size:28px;
}

.Begruesung{
    text-align: center;
    color: black;
    font-size: 20px;
}}