* { margin:0; padding:0; } /* to remove the top and left whitespace */
body {
background: #f857a6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, purple, orange);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, purple, orange); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-attachment: fixed;
	background-size: cover;
overflow-x: hidden;
}


html, body { width:100%; height:100%; } /* just to be sure these are full screen*/

canvas { display:block; } /* To remove the scrollbars */
.counter {
	font-family: 'Rubik';
}
img.align-left.img-fluid {
    opacity: 1 !important;
}