html {
  width: 100vw;
  min-height: 100%;
  display: block;
}

body {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  background-color: #F5F5F5;
  background: url("background.jpg") center center no-repeat;
  background-size: cover;
  font-size: 15px;
  max-width: 100vw;
  min-height: 100%;
  color: white;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

.container {
  max-width: 100vw;
  position: relative;
  text-align: center;
}

.container svg{
  margin: 0;
  padding-top: 30vh;
  text-align: center;
  width: 350px;
}

h1 {
  margin: 0;
  line-height: 1;
  font-size: 5em;
  letter-spacing: -1px;
  padding-top: 30vh;
  text-align: center;
}

p {
  color: #E5C127;
  text-align: center;
  font-family: cardea-lining, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}

hr {
  height: 6px;
  background-color: white;
  width: 3em;
  text-align: center;
}

.email {
  bottom: 1em;
  color: #BBB;
  font-size: 1.2em;
  text-align: center;
}

a {
  color: #CCC;
  text-decoration: none;
  transition: color 0.1s ease-in;
}
a:hover {
  color: white;
}