* {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	text-decoration: none;
	font-size: 1em;
	margin: 0;
	padding: 0;
	box-shadow: none;
	border: none;
	outline: none;

	max-width: 100%;

	color: inherit;
	background-color: inherit;
}

*,
* ::after,
* ::before {
	box-sizing: border-box;
}

html {
	font-size: clamp(1.5rem, 2vw, 70px);
}

/*ModularScale website*/

h1,
.f1 {
	font-size: 3.8416em;
}

h2,
.f2 {
	font-size: 2.744em;
}

h3,
.f3 {
	font-size: 1.96em;
}

h4,
.f4 {
	font-size: 1.4em;
}

h5, p,
.f5 {
	font-size: 1em;
}

h6, 
.f6 {
	font-size: 0.714em;
}