#countdown {
    font-size: 35px;
}

body {
    font-size: 20px;
    font-weight: bold;
    background-color: rgb(231, 128, 60);
}

.optionProp {
    color: white;
}

.optionProp:hover {
    font-size: 50px;
}

.jumbotron img{
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.jumbotron {
    background-color: black;
}

.highlight:hover {
    background-color: rgb(68, 117, 209);
}