body {
    background-color: #FFF8E7;
    border: 4px solid #5C8A9F;
    font-family: sans-serif;
    margin-left:auto;
    margin-right:auto;
    max-width: 1024px;
    min-width: 256px;
    padding-top: 8px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
}

html {
    background: #37505C;
    background-size: 20px 20px;
}

nav ul {
    list-style-type: none;
    background-color: #C08552;
    border: 4px solid #623B2D;
    border-radius: 10px;
    font-family: sans-serif;
    font-weight: bold;
    padding: 16px;
}

nav ul li {
    display: inline;
    border-right: 2px solid #111111;
    padding-right: 8px;
    padding-left: 8px;
}

nav ul li:last-child {
    border-right: none;
}

nave ul li a {
    text-decoration: none;
    color: #111111;
}

.doublespace {
    line-height: 2.5;
}

.button {
    background-color: #b0f0ff; border: none; color: #000000; padding: 5px 5px; text-align: center; text-decoration: none; display: inline-block; font-size: 12px; cursor: pointer; 
}

.amino {
    background-color: #b7dbff; border: none; color: black; padding: 1px 1px; text-align: center; font-size: 12px;
    
    
}
