h1,
h2,
h3,
h4,
h5,
h6 {
    background-color: #1E64C8;
    color: white;
}

h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover {
    background-color: #8BBEE8;
}

header {
    margin-left: 40px;
    margin-right: 40px;
}

header img {
    height: 100px;
}

figure {
    float: right;
    text-align: center;
}

main {
    clear: both;
}

table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border: double black 4px;
}

table img {
    height: 150px;
}

td,
th {
    text-align: center;
    padding: 10px;
    border: double black 4px;
}

mark {
    background-color: #FFD200;
}

ul {
    list-style: square;
}

iframe {
    width: 100%;
    border-radius: 15px;
}

main footer {
    font-size: small;
    margin-bottom: 20px;
}
body>footer {
    margin-top: 20px;
    font-weight: bold;
    font-variant: small-caps;
}
body>div>div>div>footer {
    margin-top: 20px;
    font-weight: bold;
    font-variant: small-caps;
}


fieldset {
    border: solid #FFD200 2px;
    padding: 20px;
    margin-left: 10px;
    margin-bottom: 5px;
}

legend {
    color: #1E64C8;
}

textarea {
    width: 100%;
}

.extramarge {
    margin-left: 20%;
    margin-right: 20%;
}

#indienen {
    height: 45px;
    padding: 5px;
}