
.titleRow{
    text-align: center;
    margin: 30px 0;
}

.titleRow{
    border-radius: 10px;
    padding: 1em;
}

.titleRow._driving{
    background: #f0fff8;
    border: solid 1px forestgreen;
}

.titleRow._health{
    background: aliceblue;
    border: solid 1px steelblue;
}

.menuRow{
    text-align: center;
}

.movieButton{
    margin: 30px 0;
    font-size: 2.5em;
    width: 95%;
}

.movieLengthLabel{
    font-size: 0.8em;
}

.warningCaption{
    text-align: center;
    margin:auto;
    font-size: 2.5rem;
}

.warningCaption > ._title{
    color: red;
    background-color: bisque;
}