body {
    background: rgb(191, 212, 171);
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    border-style: solid;
    border-color: orangered;
    width: fit-content;
}

h2 {
    border-style: solid;
    border-color: blueviolet;
    width: fit-content;
}

dt {
    font-style: italic;
    border-style: solid;
    width: fit-content;
    border-top: 0cap;
    border-left: 0cap;
    border-right: 0cap;
    font-size: 20px;
}

dd {
    font-size: 15px;
}

footer {
    position: relative;
    color: white;
    background-color: orangered;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}