html, body {
  margin: 0;
  padding: 0;
}

html {
  font-family: "ff-enzo-web",sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.wrapper {
  height: 100%;
  padding-top: 50px;
}

.logo {
  width: 170px;
}

h1 {
font-size: 20px;
}

h2 {
  font-size: 20px;
}

.urlBaseline{
  font-size: 50px;
  margin: 0;
  margin-top: 10px;
  display: block;
}
