@font-face {
  font-family: 'candara';
  src: url('../fonts/CANDARA.eot');
  src: url('../fonts/CANDARA.eot') format('embedded-opentype'), url('../fonts/CANDARA.woff') format('woff'), url('../fonts/CANDARA.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html, body {
  font-family: Candara;
  background: #9e979e;
  color: #f19b5b;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.wrapper {
text-align: center;
}
h1 {
  margin: 0;
  font-size: 10vh;
}
h2 {
  margin: 0;
  font-size: 8vh;
  color: whitesmoke;
}