@import url("https://fonts.googleapis.com/css?family=Roboto:100,400,700&display=swap");
body, html {
  font-family: 'Roboto', sans-serif;
  background-color: #353535;
  color: #ffffff;
}

h1, h2 {
  color: #ffffff;
  text-align: center;
}

h1 {
  font-weight: 100;
  font-size: 66px;
  margin-bottom: 4px;
  margin-top: 240px;
}

h2 {
  font-weight: 700;
  font-size: 18px;
}
