html {
    font-size: 135%;
    text-align: left;
margin-right: 15%;
}

div {
    text-align: left;
}

body {
    text-align: justify;
    background-color: #1f1e1e;
    color: whitesmoke;
    font-family: 'Courier New', monospace;
    float: left;
    padding-left: 0.5%;

}

br {
    padding: 12px;
}

h1 {
    font-size: 150%;
    padding-left: 0.5%;
    

}

a{
    text-decoration: none;
}

.whl{
    color: whitesmoke;
    text-decoration: underline;
}

.purple{
    color: rgb(207, 21, 207);
    float: left;
}
/*h1:hover{
}*/
td {
    text-align: start;
    margin-left: 12px;
    background-color: rgba(20, 20, 20, 0.8);
}



  .ThickH{
    text-align: center;
    background-color: rgba(20, 20, 20, 0.8);
    padding: 12px;
    font-size: 175%;
  }


#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 20%;
}

.topnav ul {
    list-style-type: none;
    background-color: rgba(20, 20, 20, 0.8);
    margin: 0px;
    padding: 15px;
    display: block;
    text-align: center;
    overflow: hidden;
}

.topnav a {
    transition: 0.7s;
}

.topnav a:hover {
    font-size: 24px;


}

.topnav li {
    float: left;
    border-left: 5px solid whitesmoke;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 12px;
    transition: 0.4s;


}

.topnav li:hover {
    background-color: rgba(20, 20, 20, 0.3);

    padding: 6px;
    margin-left: 8px;
}


.topnav a {
    font-weight: bold;
    color: whitesmoke;
    text-decoration: none;

}

button {
    background-color: rgba(20, 20, 20, 0.5);
    border-radius: 0px;
    color: whitesmoke;
    padding: 10px;
    margin-right: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    transition: 0.4s;
    border: none;
    align-items: left;
    font-family: 'Courier New', monospace;
}

button:hover {
    background-color: rgba(20, 20, 20, 0.9);
    ;

    margin-left: 8px;
    border-radius: 2px;
}

button:active {
    padding: 12px;
    background-color: rgb(63, 0, 63);
    transition: 0.1s;
}

b {
    font-size: 26px;
    background-color: rgba(20, 20, 20, 0.9);
    border-radius: 2px;
    padding: 8px;
}

p {
    background-color: rgba(20, 20, 20, 0.8);
    border-radius: 2px;
    padding: 8px;
}

input {
    width: 60%;
    background-color: rgba(20, 20, 20, 0.2);
    transition: 1s;
    color: whitesmoke;
    font-family: 'Courier New', monospace;
    padding: 12px;
    font-size: 20px;
}

input:hover {
    background-color: rgba(20, 20, 20, 0.5);
}

.Inhalt {
    height: 250px;
    width: 750px;
}

textarea {
    resize: none;
    width: 97%;
    height: 250px;
    background-color: rgba(20, 20, 20, 0.2);
    transition: 1s;
    color: whitesmoke;
    font-family: 'Courier New', monospace;
    padding: 12px;

    font-size: 20px;
}

div {
    background-color: transparent;
}

.p1 {
    color: transparent;
    background-color: transparent;
}