header {
    h1 {border-style: groove;}
    padding: 40px;
    text-align: center;
    color: SaddleBrown;
    font-size: 25px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: AntiqueWhite;
    display: flex;
    justify-content: right;
    border-bottom: 4px solid SaddleBrown;
}

ul li a {
    display: block;
    color: SaddleBrown;
    padding: 20px;
    text-decoration: none;

}

ul li a:hover {
    background-color: SaddleBrown;
    color: AntiqueWhite;
}

body {
    background-color: AntiqueWhite;
}

h2 {
    text-align: center;
    color: SaddleBrown;
}

.definition {
    justify-content: center;
    align-content: center;
    text-align: Left;
    border: 5px dotted;
    padding: 10px;
    margin: 10px;
    font-family: 'Courier New', monospace;
    width:33%;
}

.WordToDefine {
    font-size: 20px;
    font-weight: bold;
}

.WordPartOfSpeech {
    font-weight: bold;
    font-style: italic;
}

.TheDefinition {

}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: SaddleBrown;
    font-size: 25px;
    a[href^="mailto:"] {
        color: SaddleBrown;
        font-weight: bold;
    }

}
