*::-webkit-scrollbar{
	width: 5px;
	background: #ea8511;
}
*::-webkit-scrollbar-thumb{
	background: #fff;
	width: 5px;
}

html {
  scroll-behavior: smooth;
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	background: #FDFEFE;
}

a{
	text-decoration: none;
}
main{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: transparent;
}
video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom: 2px solid #ea8511;
}