/********** Basic Style ***********/
* {
    padding:0;
    margin:0;
    box-sizing:border-box;
}

body {

    color: #F2F2F2;
}

a {
    text-decoration:none !important;
}

section {
    position: relative;
}




	
	





















