* {
    box-sizing: content-box;
}

body{
    background-color:  rgb(100,100,100);
    font-family: Verdana;
    color: white;
}



.heading{
    display:flex;
    justify-content: center;
    width: 100%;
    font-size:200%;
    color: rgb(255, 255, 255);
}

.main{
    background-color: rgb(30, 30, 30) ;
    border-radius : 10px 80px 10px;
    display:flex;
    flex-wrap:wrap;
    float: left;
    border: 2px solid rgb(75,75,75);
    width: 95%;
    margin: 2.5%;
}

.nav{
    border-radius : 10px;
    background-color: rgb(30, 30, 30) ;
    display:flex;
    float: left;
    border: 2px solid rgb(100, 100, 100);
    margin: 2.5%;
    width:95%;
    height: 100px;

}

.nav > div {
    float:left;
    margin: 35px;
    text-align: center;
    width:100%;
    font-size:150%;
    a:link{color:white};
    a:visited{color:white};
    a:hover{color:rgb(100, 100, 100)};
}

.main > div {
    margin: 1%;
    text-align: center;
    width:98%;
    font-size: 150%;
}

.main > div > h2{
    text-align: center;
    width:100%;
    font-size: 150%;
}

.infos{
    border-radius : 10px 80px 10px;
    background-color: rgb(30, 30, 30) ;
    display:flex;
    flex-wrap:wrap;
    float: left;
    border: 2px solid rgb(100,100,100);
    width: 44%;
    margin: 2.5%;
}

.infos > div {
    margin: 1%;
    text-align: center;
    width:98%;
    font-size: 150%;
}

.table{
    float: right;
    width: 44%;
    margin: 2.5%;
    border: 2px solid rgb(100,100,100);
}

.zeitstrahl{
    border-radius : 10px 80px 10px;
    background-color: rgb(30, 30, 30) ;
    float: left;
    border: 2px solid rgb(100,100,100);
    width: 95%;
    margin: 2.5%;
}

.zeitstrahl > div > h2{
    text-align: center;
    width:100%;
    font-size: 150%;
}

.zeitstrahl > div {
    margin: 1%;
    text-align: center;
    width:98%;
    font-size: 150%;
}

.explink{
    border-radius : 10px 80px 10px;
    background-color: rgb(30, 30, 30) ;
    float: left;
    width: 95%;
    margin: 2.5%;
    border: 2px solid rgb(100,100,100);
    
}

.explink > div > h2{
    text-align: center;
    width:100%;
    font-size: 150%;
}

.explink > div > a{
    text-align: center;
    width:100%;
    font-size: 200%;
}

.explink > div {
    margin: 1%;
    text-align: center;
    width:98%;
    font-size: 150%;
    a:link {color:rgb(255, 255, 255)};
    a:visited{color:rgb(255, 255, 255)};
    a:hover{color:rgb(100, 100, 100)};
}

.explink > div >.text  {
    width:75%;
}



input {
    border: none;
    display: inline;
    font-family: Verdana;
    font-size: 100%;
    padding: none;
    width: auto;
  }

@media screen and (max-width: 1200px) {
    .infos, .table {
    width: 95%;
    height: fit-content;
    }
  }

.explink > div > a{
    text-align: center;
    width:100%;
    font-size: 150%;
}





