body {
    background-color: #9a9999;
}

.section-space {
    margin-top: 1em;
}

.section-desc {
    font-size: 1.5em;
}

.menu-indent {
    margin-left: 25px;
}

.woms-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(50, 50, 10, 0.7);
    top: 0px;
    left: 0px;
    z-index: 200;
    display: none;
}

.woms-modal-content {
    position: absolute;
    width: 500px;
    min-height: 250px;
    padding: 10px;
    margin-left: 35%;
    margin-top: 20%;
    background-color: white;
    border-radius: 2em;
}

.woms-modal-title{
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1em;

}

.woms-modal-text {
    text-align: center;
    border: #0a6fc2 1px solid;
}

.woms-modal-button-group {
    text-align: center;
    margin-top: 1em;
    background-color: silver;
}