html {
    font-size: 12pt;
}

body {
  display: flex;
  background: #efefef;
}
.container {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  user-select: none;
  height: 132px;
  background: #455a64;
}

.hero {
  padding: 30px 0;
  height: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #c9396d;
  background: linear-gradient(to bottom right, #c9396d, #ea0020);
}
.hero-image {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.description {
    padding: 16px 0;
    font-size: 2rem;
    margin-top: 72px;
    color: #455a64;
    font-family: Nunito,'FOT-UDMarugo',sans-serif;
}

.button {
    font-family: Nunito, 'Font Awesome\ 5 Brands', 'FOT-UDMarugo',sans-serif;
    color: white;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.fab {
    vertical-align: bottom;
    line-height: 1.25;
    font-size: 1.25rem;
    margin-right: 4px;
}

.btn-dl {
    background: #c9396d;
}

.btn-dl:hover {
    border: 1px solid #c9396d;
    color: #c9396d;
    background: #efefef;
}

.btn-gh {
    background: #455a64;
}

.btn-gh:hover {
    background: #dfdfdf;
    color: #455a64;
    border: 1px solid #455a64;
}
.coming-soon, .built {
    font-family: Nunito, 'Font Awesome\ 5 Brands', 'FOT-UDMarugo',sans-serif;
    margin-top: 10px;
    color: #455a64;
}

.built {
    margin-top: 4px;
    font-size: 0.8rem;
}