p {
  	font-size: 16px;
  	color: #283289;
  	font-family: Tahoma;
	margin-bottom: 2em;
	text-align: center;
}

img {
  	display: block;
	margin: auto;
	width: 25%;
}

a {
  	font-size: 16px;
  	color: #283289;
  	font-family: Tahoma;
	text-decoration: none;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.button {
	padding: 10px 20px;
    	background-color: #283289;
    	border-radius: 8px;
	font-size: 30px;
  	color: white;
  	font-family: Tahoma;
	text-align: center;
	margin-bottom: 2em;
}

.middle_text {
	font-size: 16px;
  	color: #1576bb;
  	font-family: Tahoma;
	text-decoration: underline;
	
}

h1 {
	font-size: 40px;
  	color: #283289;
  	font-family: Tahoma;
	text-align: center;
	font-weight: bold

}

h2 {
	font-size: 30px;
  	color: #283289;
  	font-family: Tahoma;
	text-align: center;
	font-weight: bold
}
	
h3 {
	font-size: 20px;
  	color: #283289;
  	font-family: Tahoma;
	text-align: center;
	font-weight: bold
}

li {
  	font-size: 16px;
  	color: #283289;
  	font-family: Tahoma;

}