@font-face {
  font-family: "Degular";
  src: url(https://fonts.adobe.com/fonts/degular);
}

html, body {
  height: 100%;
}

.full-height {
  height: 100%;
}

body {
    background: #21333f;
    color: #ffffff;
    font-family: "Degular";
    margin-top: 250px;
    padding: 0;
    text-align: center;
}

a:link {
  color: #f2d495;
}
