body {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 25px;
    text-align: center;
    margin: auto;
    background: #393224;
    color: #EFE5CE;
}

#roll_container {
    margin: auto;
    width: 750px;
    background: #AC9D72;
    border: 3px solid #826657;
    color: black;
    border-radius: 6px;
    padding: 20px 10px;
}

#title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

#roll_title {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 10px;
}

input[type=text] {
    width: 500px;
    font-size: 15px;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #776045;
    border-radius: 6px;
}

#site:hover, #result:hover, #outcomes:hover {
    background: #1E1809;
    border-color: #0D0B04;
}

#site {
    font-size: 18px;
    padding: 10px 20px;
    font-weight: bold;
    background: #655934;
    border: 3px solid #2F2918;
    color: #EFE5CE;
    border-radius: 6px;
}

#exp {
    margin: 5px 0 15px;
}

#result {
    padding: 5px 15px;
    font-size: 15px;
    width: 175px;
    font-style: italic;
    background: #655934;
    border: 3px solid #2F2918;
    color: #EFE5CE;
    border-radius: 6px;
    margin-bottom: 20px;
}

a {
    color: #0D5539;
    font-weight: bold;
}

a:hover {
    font-style: italic;
}

#text_input {
    margin: 0;
}

hr {
    margin-bottom: 15px;
    border: 1px dashed #2F2918;
    box-shadow: none;
    width: 75px;
}

#exp {
    font-size: 14px;
    font-style: italic;
    margin-top: 0;
    margin: auto;
    margin-bottom: 15px;
    width: 525px;
    color: black;
}

ul {
    font-size: 14px;
    font-style: italic;
    margin: 7px 5px;
    list-style-type: "> ";
    list-style-type: style weight;
    text-align: left;
}

#trait {
    font-size: 14px;
    font-style: italic;
    width: 160px;
    margin: auto;
    padding-bottom: 15px;
}