

body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  background-color: rgb(151, 147, 230);
  font-size: 12pt;
  color: white;
}
h1{
    font-family: Magneto;
    font-size: 50pt; 
    color: rgb(255,0,101);   
    letter-spacing: 4pt;
    text-align: center;
    line-height: 2pt;
}

.unterüberschrift{
    font-size: 20pt;
    text-align: center;
    color: white;
  

}
h2{
    color: rgb(255, 0, 101);
    line-height: 19pt;
}
.box{

    background-color:rgb(41, 15, 133) ;
    margin: auto;
    padding: 100px;
    border: 50px white;
    width:600px;
    justify-content: center;
}
.mainimg{
display: flex;
justify-content: center;
margin-top: 90px;
margin-bottom: 90px;
}

.maintxt{
width: 400px;
flex-flow: row-wrap;
justify-content: center;
margin: auto;
border: 15pt black;}

.navigation{
    display: flex;
    justify-content: space-evenly;
    margin: auto;
    margin-top: 70px;
}
a {
color: white;    
}