html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body{
	margin: 0rem;
	font-family: 'Roboto', sans-serif;
	font-size: 2.5rem;
	font-weight: normal;
}

h1{
	font-size: 3.6rem;
	margin: 0rem;
	font-weight: bolder;
}

h2{
	font-size: 5.5rem;

}

h3{
	font-size: 5rem;
}


h5{
	font-size: 2rem;
	margin: 0rem;
	text-align: center;
}

h6{
	font-size: 3.5rem;
	margin: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

footer {
	text-align: center;
	font-size: 1.4rem;
}

p{
	margin: 5px;
}
