html, body {
height: 100%;
width: 100%;
background-color: white;
font-family: "Exo 2", sans-serif;
word-wrap: break-word;
}
.wrapper {
display: flex;
 flex-direction: column;
 min-height: 100%;
}
.content {
flex-grow: 1;
}
h1 {
font-weight: lighter;
color: black;
letter-spacing:normal;
line-height:0.5em;
text-align: center;
font-size:30px;
}
h2 {
font-weight: lighter;
color: black;
letter-spacing:normal;
line-height:0.5em;
text-align: center;
font-size:20px;
color:white;
}
p {
margin-left: 50px;
margin-right: 50px;
text-align: center;
font-weight: lighter;
white-space: normal;
letter-spacing:normal;
line-height:1.41em;
font-size:12px;
color:black;
}
footer {
  bottom: 0;
  width: 100%;
}