
* {
	box-sizing: border-box;
	line-height: 1.8;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
	margin: 0;
	font-size: 16px;
	color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
	margin: 0;
}

p {
	margin-bottom: 0;
}

img,
video {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

figure {
	text-align: center;
	line-height: 0;	
}

iframe {
	border: none;
}


