@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400i&display=auto');

html, body {
  color: #f5f5f5;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-style: italic;

  height: 100%;
  margin: 0;

  /* background by SVGBackgrounds.com */
  background-color: #242424;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23202020' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%231d1d1d' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23191919' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23161616' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23121212' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.main {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

a {
  color: #4882E0;
  text-decoration: none;
}

a:hover {
  color: #c9c9c9;
  text-decoration: underline;
}

h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
}

h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
