body {
  font-size: 13px;
  font-family: 'Roboto', sans-serif !important;
  line-height: 26px !important;
  color: #6c6c6c !important;
  background-color: #0078d7;
  text-align: center;
  height: 100vh;
}

.color-highlight {
  color: #0078d7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: white;
  font-family: 'Source Sans Pro', sans-serif !important;
  margin-bottom: 45px;
  letter-spacing: -0.3px;
  margin-top: 0px;
}

h1 {
  font-size: 2rem;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.badge {
  width: 60vw;
}

@media (min-width: 800px) {
  body {
    height: 100%;
    width: 100%;
  }
  .badge {
    width: 300px;
    height: 100%;
  }
  .center {
    width: 600px;
  }
}
