@font-face {
  font-family: 'DIN2014';
  src: url(../fonts/DIN2014-Regular.ttf) format('truetype');
}

.SunsetView {
    padding: 12px;
    padding-top: 24px;
    transition: 300ms;
    background-color: #09102b;
    color: #1a1a1a;
    overflow-y: auto;
  }
  body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: DIN2014;
  }
  .header {
    padding: 16px;
    margin: 16px;
    justify-content: space-between;
    align-content: center;
    display: flex
  
  }
  .logo {
    height: 36px;
    width: 36px;
  }
  .name {
    width: 168px;
    height: 34px;
  }
  .date {
    font-weight: bold;
    color:#ff78a6;
  }
  .privacy {
    color: rgb(255, 255, 255);
    font-family: DIN2014;
    font-size: 12px;
    font-weight: bold;
    height: 15px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    width: 53px;
    align-content: center;
  }
  .main {
    padding: 12px;
  }
  .intro {
    max-width: 60rem;
    margin: 4rem auto 2rem auto;
  }
  .intro p {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
  }
  .hed {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    color: #ff78a6
  }
  .explanation {
    color: rgb(255, 255, 255);
    font-family: DIN2014,
    font-size: 16px;
  }
  .link {
    color:#ff78a6;
    font-family: DIN2014;
    font-size: 16px;
  }
  .signature {
    color:#ff78a6;
    font-family: DIN2014;
    font-size: 18px;
    font-weight: bold;
  }
  .footer {
    color: rgb(255, 255, 255);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 24px;
    display: inline-block;
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 12px;
    line-height: 24px;
  }