.TavernUnderConstruction {
    text-align: center;
    align-self: center;
    color: white;
    font-family: "Crimson Pro", serif;
    font-optical-sizing: auto;
    font-weight: auto;
    font-style: normal;
}

body {
    background-color: black;
}

.centeredul {
    display: flex;
    justify-content: center; /* horizontal centering */
}

.centeredul ul{
    text-align: left; /* optional, keeps list items aligned nicely */
}

.centeredul details summary{
    display: list-item;
    text-align: left;
    cursor: pointer;
    margin-left: 25px;
}

ul {
  color: white;
}

a {
  color: white;  
}

.drinkDisplay {
    align-items: center;
    align-self: center;
}

#TavernSpecial {
    align-self: center;
}

.JournalSnippet {
    align-content: center;
}

.JournalSnippet p {
    color: white;
    text-align: center;
}

.ConstructionLog {
    max-height: 200px; /* adjust height */
    overflow-y: auto;
    border: 2px dashed #999;
    padding: 10px;
    margin: 10% ;
    background-color: black;
    font-family: 'Crimson Pro', serif;
    display: none;
    color: white;
    text-align: left;
}
.ConstructionLog p {
    margin-bottom: 10px;
    text-align: left;
}

.FeatureComplete {
    color: greenyellow;
}

.FeatureInProgress {
    color:yellow;
}

.def {
    color: white;
    text-align: center;

}