.theme {
    color: #ffa500;
    background-color: #152259;
}

.theme-alt {
    color: #152259;
    background-color: #ffa500;
}

#title {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3em;
    text-align: center;
}

#construction {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-size: 1.5em;
    text-align: center;
    border-radius: .7em;
    border-style: none;
}

#construction > h2 {
    font-weight: 700;
    padding-top: .5em;
    padding-bottom: 1em;
}

#construction > figure > img {
    width: 30%;
    height: auto;
}

#construction > figure > figcaption {
    font-size: .5em;
    padding-top: .5em;
    padding-bottom: 1em;
}

#construction > p {
    font-style: italic;
    padding-left: 1em;
    padding-right: 1em;
}

#footer {
    font-family: "proxima-nova", sans-serif;
}

.flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
}