html, body{
	width: 100;
	margin: 0px;
	padding: 0px;
	background: rgb(187,187,187);
	background: linear-gradient(20deg, rgba(187,187,187,1) 0%, rgba(255,255,255,1) 35%, rgba(187,187,187,1) 100%);
	background-size: cover;
	min-height: 100vh;
}

img{
	margin-top: 50px;
	margin-bottom: 50px;
	max-width: 250px;
}

div{
	width: 100%;
	max-width: 500px;
	margin: 0px auto;
	font-size: 20px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
}

.t1{
	font-weight: 800;
	font-size: 35px;
}

.t2{
	font-weight: 600;
	font-size: 26px;
}

mb-30{
	margin-bottom: 30px;
}

a:link{
	color: #000;
	text-decoration: none;
	font-weight: 600;
}

a:link{
	color: #000;
	text-decoration: underline;
}

a:visited{
	color: #000;
}