body {
    font-family: Segoe UI, Calibri, sans-serif;
    font-size: medium;
    background-color:#111111;
    color:#db1010;
    text-align: center;
}

#content-to-hide {
    visibility: hidden;
}

#slide {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    width: auto;
    height: 600px;
    object-fit: contain;
    text-align: center;
    font-size: xx-large;
}

#caption {
    font-size: xx-large;
}

button {
    background-color: #db1010;
    color: #111111;
    border-color: #f03232;
    border-radius: 10%;
}

button:disabled {
    background-color: #c99797;
    color: #616161;
    border-color: #f03232;
    border-radius: 10%;
}

#curr-slide {
    background-color: #111111;
    border-color: #f03232;
    color: #db1010;
    width: 45px;
    border-color: #f03232;
    border-radius: 10%;
}

#back-button {
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 50%;
    background-color: #db1010;
    border-color:#f03232;
    color:#111111;
}

hr {
    border-color: #db1010;
    width: 80%;
}

#date-selector {
    background-color: #111111;
    border-color: #f03232;
    color:#db1010;
    border-radius: 10%;
}