html,
body {
  height: 100%;
  margin: 0;
  background: url(../images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1,
p,
a {
  font-family: "Playfair Display", serif;
}

p {
  color: #fff;
}

a {
  text-decoration: none;
  color: #a2efe1;
}

h1 {
  font-size: 3em;
  color: #fff;
}
div.container {
  height: 90%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #a2efe1;
}

::selection {
  color: white;
  background: #a2efe1;
}

.footer {
  position: fixed;
  text-align: center;
  bottom: 5px;
  width: 100%;
}
