
@font-face {
    font-family: 'semplicitlight';
    src: url('font/semplicita.light-webfont.woff2') format('woff2'),
         url('font/semplicita.light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  font-family: 'semplicitlight',sans-serif;
  background: #000000;
  color: #ffffff;
  text-align: center;
  max-width: 800px;
  margin: auto;
}

a {
  color: #ffffff;
  text-decoration: none;
}

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

h1 {
  font-size: 144px;
  letter-spacing: 46px;
  padding-left: 46px;
  margin-top: 140px;
  margin-bottom: 40px;
}

h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

h3 {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 60px;
}

p {
  font-size: 16px;
  margin-bottom: 60px;
}
