img {

	width: 200px;
	length: 200px;
	display: block;
  margin-left: auto;
  margin-right: auto;
	border-radius: 50%;


}

.name{
  
  background-color: #EA7317;
  font-family: Monospace;
  margin: 0;
  padding: 0;
  text-align: center;
  height:50px;
  color: #2364AA;
  border: 3.7px outset #2364AA;
  
}


h1 {
  margin:0px;
}




.div1 {
  border: 3.7px outset #2364AA;
  background-color: #EA7317;
  color:  #2364AA;
  text-align: center;
  height: 600px;
  width: 40%;
  margin: auto;
  border-radius: 21px;
  font-family: palatino;
  margin-bottom: 200px;
  
}

.div2 {
	border: 3.7px outset #2364AA;
  background-color: #EA7317;
  color:  #2364AA;
  text-align: center;
  height: 750;
  width: 40%;
  margin: auto;
  border-radius: 21px;
  font-family: palatino;
  margin-bottom: 200px;

}

.div3 {
	border: 3.7px outset #2364AA;
  background-color: #EA7317;
  color:  #2364AA;
  text-align: center;
  height: 1400;
  width: 40%;
  margin: auto;
  border-radius: 21px;
  font-family: palatino;
  margin-bottom: 200px;

}

.div4 {
	border: 3.7px outset #2364AA;
  background-color: #EA7317;
  color:  #2364AA;
  text-align: center;
  height: 280;
  width: 40%;
  margin: auto;
  border-radius: 21px;
  font-family: palatino;
  margin-bottom: 200px;

}
body {
  
  background-color: #73BFB8;
  margin: 0px;
  
}



.button {
  padding: 15px 25px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color:  #EA7317;
  border: 3.7px outset #2364AA;
  border-radius: 15px;
  box-shadow: 0 9px #999;
	
	position: relative;
	top: 0px;
	bottom: 0px;
}

#b1
{
  position: relative;
  top: 0px;
  bottom: 0px;
  right: 95px;
}

#b2
{
  position: relative;
  top: 0px;
  bottom: 0px;
  right: 90px;
}

#b3
{
  position: relative;
  top: -66px;
  bottom: 0px;
  right: -180px;
}


.button:hover {background-color: #FEC601}

.button:active {
  background-color: #FEC601;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}


.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  border: 3.7px outset #2364AA;
  width: 100%;
  height: 100px;
  background-color: #E5F4E3;
  color: white;
  text-align: center;
  
}

h {
	font-weight: bold;
	font-style: italic;
	font-size: 30px;

}

a {

	font-size:20px;
	font-family: 'Courier New', Courier, monospace;
	color: #2364AA;
	font-weight: bold;
}

a:hover {
	color: #FEC601;

}


