* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	width: 100%;
}
/*
body {
	align-items: center;
  background: linear-gradient(45deg, #CDEDF6);
	display: flex;
	font-family: 'Raleway', sans-serif;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;

}
div.container {
	align-items: center;
	align-self: center;
	background: url('https://s3.amazonaws.com/codecademy-content/courses/web-101/unit-1/01/background.jpg') center center;
	border-radius: 10%;
	display: flex;
	flex-direction: column;
	min-height: 800px;
	justify-content: center;
	width: 100%;
}
h1 {
  color: #042A2B;
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 46px;
  margin: 0 0 30px 0;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(34,62,66,.75);
  width: 50%;
  padding-top: 30px;
}
p {
  color: #6C756B;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0 52px;
  text-decoration: none;

}
ul {
  color: #6C756B;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0 52px;
  text-decoration: none;
  text-transform: uppercase;
}
ol {
  color: #6C756B;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0 52px;
  text-decoration: none;
  text-transform: uppercase;
}
a{
  color: #6C756B;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #A9D3FF;
}
span{
  padding: 20px 0px;
}
*/
.container{
background-color: #826C7F;
width: 100%;
height:100%;

}
.con65{
  background-color: #D4B2D8;
  width: 90%;
  height: 65%;
  margin-left: 5%;
}
.con30{
  background-color: #EFCEFA;
  width: 90%;
  height: 30%;
  margin-left: 5%;
}
.footer5{
  background-color: #A88FAC;
  width: 90%;
  height: 5%;
  margin-left: 5%;
  }
