/*    CSS Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 200;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* STYLE HEADER START */
body {
  font-family: "Roboto", sans-serif; }

h1 {
  font-size: 80pt;
  font-weight: 500;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: -2px;
}

h3 {
  font-size: 34pt; }

header {
  height: 100vh;
  background-image: url(img/bg.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }

p {
  width: 600px;
  margin: 0 auto 20px;
  font-size: 24pt;
  color: white;
}
