*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

html{
	scroll-behavior:smooth;
}

body{
	background:var(--red);
	color:var(--white);
	overflow-x:hidden;
}

img{
	display:block;
	width:100%;
}

a{
	text-decoration:none;
	color:inherit;
}

ul{
	list-style:none;
}

button{
	border:none;
	background:none;
	cursor:pointer;
	font-family:inherit;
}

input,
textarea,
select{
	border:none;
	outline:none;
	font-family:inherit;
}

section{
	position:relative;
	width:100%;
}