*{box-sizing:border-box;}

h1{
	font-family: "Times New Roman", Times, Serif;
	font-size: 50px;
	font-weight: 10;
	line-height: 0;
}

nav ul li{
	font-family: "Times New Roman", Times, Serif;
	list-style-type: square;
	text-transform: capitalize;
}

div{
	font-family: "Times New Roman", Times, Serif;
}

p{
	font-size: 14px;
	font-family: "Times New Roman", Times, Serif;
}