.button
{
	font-size:25px;
	border-radius:3px;
	height:45px;
	background:#707070;
	width:130px;
	cursor:pointer;
	border-radius: 8px;
	border:none;
	color:white;
}

.button:hover
{
	background:orangered;
}

.title-font
{
	color:orange;
	font-size:45px;
}

.body-font
{
    font-size:35px;
}

.body-small-font
{
    font-size:28px;
}