h1 {
    font-family: utopia-std-headline;
    text-align: center;
}
body {
    font-family: monospace;
    background-color: white;
    text-align: center;
    color: white;
    font-size: 15px;
}
.container1{
    background-size: 100% 100%;
    background-color: rgb(148, 0, 0);
    height:75px;
    margin-bottom: 1%;
    justify-content: center;
    display: flex;
    color:white;
    flex-direction: column;
    width:49.5%;
}
.container{
    margin-top: 1%;
    margin-bottom: 1%;
    justify-content: center;
    display: flex;
    color:rgb(148, 0, 0);
    flex-direction: column;
}
.text{
    margin: 0 auto;
    text-align: center;
}
a{
    color: rgb(148,0,0);
    text-decoration: underline;
}
a:hover{
    color: rgb(255,172,0);
}
.container1:hover .text{
    border-color: rgb(255,172,0);
}
.container1:hover{
    color:rgb(255,172,0);
    box-shadow: inset 0 0 0 1000px rgb(148, 0, 0);
    border-color: rgb(255,172,0);
}
.zuruck{
    width:25%;
    float:left;
    margin:auto;
    height=50px;
}
.Kopfzeile{
    display: flex;
    justify-content: center;
    flex-direction: column;
    color:rgb(148, 0, 0);
    margin-bottom: 1%;
    width:100%;
}
.Fusszeile{
    background-color: rgb(148, 0, 0);
    width:100%;
    height:auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.link{
    color:white;
}
.link:hover{
    color: rgb(255,172,0);
}
table{
    border-collapse: collapse;
    border-radius: 10px;
    width: 50%;
}
table, td, th {
  border: 3px solid white;
}
.text1{
    font-size: 20px;
}
@media screen and (max-width: 800px) {
  .container1{
    width: 100%;
  }
}