body {
font-family: 'Titillium Web', sans-serif !important;
background: #F8F5F2 !important;
color: #333333;
}
.ptb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.ptb75 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.ptb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.ptb200 {
    padding-top: 200px;
    padding-bottom: 200px;
}
::selection {
    color: #fff;
    background: #1991EC;
}