body {
	color: white;
    font-family: 'Playfair Display', serif;
    font-size: 25px;
	background: url(../imgs/background.png);
    background-color: orange;
}

.header {
	font-size: 65px;
	font-style: italic;
	margin: 10px 0px;
    text-align: center;
}

h2 {
	text-align: left;
}

h1 {
	margin: 10px 0px;
	font-size: 65px;
}

.number {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-style: normal;
	
}

.number div {
	margin: 10px 10px;
	font-size: 40px;
}

a {
  text-decoration: none;
  color: white;
}

a:visited {
  color: black;
}

a:hover {
  color: grey;
}

a:active {
	color: black;
}

.image {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 125px;
	max-width: 600px;
	max-height: 700px;
    margin-left: 10px;
}

.elizabeth {
    max-width: 500px;
}

.container {
    display: flex;
    justify-content: center;
    align-content: center;
    max-width: 100%;
}

.image {
  display: block;
  max-width: auto;
  max-height: 100%;
}

.overlay {
  position: absolute;
  bottom: 0;
  color: #f1f1f1;
  width: 90%;
  transition: .5s ease;
  opacity:0;
  color: black;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.container:hover .overlay {
  opacity: 1;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
