* {
	box-sizing: border-box;
}

body{

	background-color:white;
	font-family: verdana;
}

h1{
	width: 15%;
	text-align: right;
	font-size: 150px;
	color: #148F77;
}

p{
	width: 90%;
	margin: 50px;

	line-height: 5.5em;
	color:#85929E;
	font-style: oblique;
	letter-spacing: -2px;
}


.main{	
	width: 80%;
	margin: 100px auto;	
}


.right{
	text-align: left;
	padding: 40px;
		font-size: 100px;	font-size: 100px;
}



#line-through{
	text-decoration: line-through;
	font-size: 0.7em;
}