/********GLOBAL STYLES********/
html{
    background: -webkit-gradient(linear,left top, left bottom,from(rgb(39, 37, 37)),to(rgb(90, 88, 88)) );
    background: -webkit-linear-gradient(rgb(39, 37, 37),rgb(90, 88, 88) );
    background: -o-linear-gradient(rgb(39, 37, 37),rgb(90, 88, 88) );
    background: linear-gradient(rgb(39, 37, 37),rgb(90, 88, 88) );
}

body {
    width: 960px;
    background: white;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
}