body {
    text-align: center; color: #fff !important; font-family: Helvetica; margin-top: 4em; font-weight: bold; font-size: 50px; background-image: url(https://source.unsplash.com/1920x1080?minimal);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover !important;
    background-color: transparent;
    opacity: 0.9;
}
a,small {
    color: #b04d46 !important;
    text-decoration: none;
    hover: #fff;
    font-size: 32px;
    background-color: blanchedalmond;
}

