/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Merriweather:400i|Poppins:200,800");
/* Colors */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

h1, h2, h3, h4, h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

h6 {
  font-family: "Merriweather", serif;
}

p {
  font-weight: 200;
}
p a {
  color: #000;
}
p a:hover {
  color: #71FBCF;
}

section {
  height: 100vh;
}
section .row {
  height: 100%;
}
section .row .centerFlex {
  display: flex;
}
section .row .centerFlex .center {
  margin: auto;
}

/*# sourceMappingURL=app.css.map */
