#cur_date {
    background-color: grey;
    padding: 6px;
    display: inline-block;
    border-radius: 5px;
    border: 1px black;
    position: absolute;
    cursor: pointer;
}

.modal-content {
    background-color: #A0A0A0;
}

.modal-header {
    border-bottom: 1px solid #404040;
}

body {
    background-color: black;
}
