html {
	overflow-y: scroll;
}
body {
	min-height: 100vh;
	margin: 0;
}
ol ,ul , li {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
a {
	outline: none !important;
	text-decoration: none !important;
}
img {
	max-width: 100%;
}
.row {
	margin-right: 0;
	margin-left: 0;
}

@font-face {
	font-family: 'Neon 80s';
	src: url('../../fonts/Neon.ttf') format('truetype');
  }
.on-wave {
	position: fixed;
	z-index: -1;
	right: 35px;
	font-size: 6rem;
	margin-top: 35px;
	font-family: 'Neon 80s';
	font-weight: 200px;
  }

