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