html, body{
    overflow-x: hidden;
}
body{
    font-family: "Poppins", sans-serif;
    background: url("../img/bg.jpg") no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}
h1, h2,h3,h4,h5,h6{

}
h2{
    font: 700 34px/40px "Poppins", sans-serif;
}
p{font: 400 16px/28px "Poppins", sans-serif;}
a:hover {
    color: inherit;
    text-decoration: none;
}
h1{
    color: #FFF;
}
header{
    margin-bottom: 100px;
}
.bw{
    background-color: #FFF;
    padding: 25px 0;
}
.cont{
    background-color: rgba(66,46,96,0.5);
    padding-bottom: 200px;
}
footer{
    margin-top: 5px;
    background-color: rgba(66,46,96,0.5);
    color: #FFF;
    font-size: 20px;
}
footer a{
    color: #FFF;
}
footer a:hover{
    text-decoration: underline;
    color: #FFF;
}