@import url(../fonts/overpass.css);

body {
  padding: 0;
  margin: 0;

  color: #14191F;

  background: url(../images/background-azul.jpg) no-repeat center center fixed;;
  background-size: cover;

  font-family: 'Overpass', sans-serif;
}

h1, h2 {
  text-align: center;
}
