body {
    background-color: #bcab90;
    color: #fff;
    font-family: 'Quicksand';
}

.center {
    text-align: center;
}

 .image {
    width: 15rem;
    height: 15rem;
}

.footnote {
    text-align: center;
    margin-top: 7rem;
    font-size: 0.7rem;
    font-style: italic;
}
 /*** Quicksand Font ***/
@font-face {
    font-family: 'Quicksand';
    src: 'url(Quicksand-Regular.otf)';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: 'url(Quicksand-Bold.otf)';
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: 'url(Quicksand-BoldItalic.otf)';
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Quicksand';
    src: 'url(Quicksand-Italic.otf)';
    font-weight: normal;
    font-style: italic;
}
