@charset "UTF-8";
/* CSS Document */


body {
	
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #ffde00;
	
}


img {

	border-style: none;	

}



a:link, a:visited {

	color: #615857;
	text-decoration: none;
	border-bottom: 1px dotted #615857;
	
}


a:hover {

	color: #AA9593;
	border-bottom: 1px dotted #AA9593;
	
}



#container {

  	max-width: fit-content;
  	margin-left: auto;
  	margin-right: auto;
  	margin-top: 50px;	
	
} 

#rcorners {
  border-radius: 30px;
  background: #fffef8;
  padding: 20px;
  width: 900px;
  height: 550px;
}

h1 {
	
	font-family: mundial, sans-serif;
	font-size: 26px;
	font-weight: 600;
	font-style: normal;
	color: #181617;
	margin: 0px;
	padding: 0px;
	
}


h2 {
	
	font-family: tarif, serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
	margin-top: 30px;
	color: #00a19a;
	
}

h3 {
	
	font-family: mundial, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 4px;
	font-style: normal;
	margin-top: 20px;
	color: #e24016;
	
}

hr.dotted {
  border-top: 3px dotted #bbb;
  border-bottom: 0px;
  width: 400px;
  margin-top: 30px;
}


