body {
    background-image: url('https://images.unsplash.com/photo-1512852964607-8cca57a833e1?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMDkyMnwwfDF8c2VhcmNofDQ4fHxjaHVyY2h8ZW58MHx8fHwxNzE5OTUyNDU2fDA&ixlib=rb-4.0.3&q=80&w=1080 ') !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
}

section {
    background-color: rgba(61, 56, 56, 0.56);
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-family: 'Aref Ruqaa', serif;
    margin-bottom: 62px !important;
}

h2 {
    margin-top: 64px;
    margin-bottom: 30px !important;
    font-family: 'Aref Ruqaa', serif;
}

p {
    padding-top: 32px;
    padding-bottom: 32px;
    font-family: 'Aref Ruqaa', serif;
    line-height: 32px;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

footer {
    color: #fdfdfd;
}

footer a {
    color: #c36;
}