.sky {
    text-align: center;
    background: rgb(161,195,229);
    background: linear-gradient(180deg, rgba(161,195,229,1) 10%, rgba(213,230,247,1) 97%, rgba(161,195,229,1) 100%);
}

.sky img {
    width: fit-content;
}

.ground {
    text-align: center;
    background: hsl(60, 58%, 76%);
    background: linear-gradient(180deg, rgba(230,229,160,1) 0%, rgba(247,248,214,1) 3%, hsl(60, 58%, 76%) 100%);
    padding-top: 0 !important;
}
.street {
    background-image: url("../images/road.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 10em;
}

.subtitle {
    color: #202020;
    font-size: 2em;
}

.parenthetical {
    color: #202020;
    font-size: 1.75em;
}

.deck-contents {
    font-size: 1.5em;
}

.note {
    font-size: 1.3em;
    font-style: italic;
}

.call-to-action {
    text-align: center;
    font-style: italic;
}

.description-block {
    background-color: hsl(60, 58%, 76%)
}