* {
	box-sizing: border-box;
}

.static {
	margin: auto;
	width: 80%;
	display: flex;
	flex-direction: column;
}

@font-face {
	src: url(../masterfont/Comfortaa-Regular.ttf);
	font-family: conf;
}

body {
	font-family: conf;
	line-height: 1.4;
}

h1 {
	font-style: normal;

	font-size: 43px;

	letter-spacing: 0.101em;
	font-weight: 800;
	padding-top: 2%;
}

h2 {
	font-size: 24px;
	margin-top: 2%;
	font-weight: 600;
	font-style: normal;
}

h3 {
	margin-top: 1%;
	font-size: 20px;
	font-weight: 600;
}

section p {
	margin-top: 2%;
}

img {
	width: 100%;
}

section {
	margin-top: 0%;
}

html {
	scroll-behavior: smooth;
}
