#main-header {
    text-align: center;
    background-color: rgb(137, 177, 133);
    padding: 25px;
    border-color: rgb(28, 45, 35);
    border-bottom: solid;

}
body {
    margin: 0;
    line-height: 25px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

section {
    background-color: rgb(183, 210, 180);
    border-radius: 15px;
    margin: 15px;
    padding: 20px;
}

h1 {
    color: rgb(47, 32, 21);
    font-family: 'Courier New', Courier, monospace;
    font-size: 40px;

}

h2 {
    color: rgb(28, 45, 35);
    border-color:rgb(47, 32, 21);
    border-bottom: solid;
    margin: 0px;
    padding: 5px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 25px;
}

.description {
    line-height: 35px;
    margin-top: 5px;
}

table {
    border-collapse: collapse;
    text-align: center;
    margin: 15px;
    background-color: rgb(232, 232, 232);

}

tr, th, td {
    border: solid;
    padding: 5px;
}

th {
    background-color: rgb(137, 177, 133);
}

dl dt {
    font-size: 16px;
    font-weight: bold;
    margin-top: auto;
}

dl dd {
    margin-left: 5px;
}

dl img {
    display: block;
    border-radius: 15px;
    width: 100px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-color:rgb(47, 32, 21);
    border: solid;
}

iframe {
    max-width: 100%;
    border-radius: 15px;
    border-color:rgb(47, 32, 21);
    border: solid;
}

ul {
    padding-inline-start: 25px;
}