nav {
    display: flex;
    justify-content: space-around;
    background-color: #3E4B2F;
    color: #FDFCE8;
    font-size: 20px;
}

a {
    color: #FDFCE8;
}

a:hover {
    color: #2E2B25;
}

body {
    background-color: #FDFCE8;
    color: #3E4B2F;
    margin: 0;
    overflow: auto;
    text-overflow: break-word;
}

.highlight {
    background-color: yellow;
}

.toggle_highlight {
    background-color: white;
}

.core-spotlight {
  background-color: #e3d89a;
}

.definition {
        background-color: white;
        color: steelblue;
        position: relative;
        top: 100%;
    }

.container {
    max-width: 100%;
}

.guide {
    background-color: #D4C4A8;
    color: #2E2B25;
    margin: 2px 5px;
    border-radius: 8px;
}

.output {
    min-height: 250px;
}

.toggle {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
}

.data_table {
    display: flex;
    justify-content: center;
}

.data_table figure {
    border: 2px solid #4A3F35;
}

.data_table thead {
    background-color: #D4C4A8;
    color: #2E2B25;
}

.data_table tbody {
    background-color: #EAE6C9;
    color: #3E3A31;
    border: 1px solid #2E2B25;
}

.analysis {
    background-color: #D4C4A8;
    color: #2E2B25;
    margin: 2px;
    margin-right: 10px;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    max-width: 40%;
}

.excerpt {
    margin: 0 auto;
    border: 1px solid #2E2B25;
}

.excerpt td {
    margin: 0 auto;
    background-color: #EAE6C9;
    color: #3E3A31;
}