/*root element used so text semi correct*/

:root{}

html{
	font-size: 16px;	
}


body {
	background-color:  #b37b7b;
	color: #000;
	text-align: center;

}

div {
	font-size: 20px;
}

h1 {
	font-size: 1.5rem;
}

h2 {
	font-size: 1.3rem;
}

h3 {
	font-size: 1.1rem;
}

h4 {
	font-size: 0.9rem;
}

h5{
	font-size: 0.8rem;
}


h6{
	font-size: 0.7rem;
}

p{
	font-size:  0.6rem;
}

a{
	font-size: 0.5rem;
}

ul {
	font-size: 2rem;
}