@font-face {
  font-family: 'iAWriterQuattroS';
  src: url('../font/iAWriterQuattroS-Regular.eot');
  /* IE9+ Compat Modes */
  src: url('../font/iAWriterQuattroS-Regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../font/iAWriterQuattroS-Regular.woff2') format('woff2'),
    /* Super modern browsers */
    url('../font/iAWriterQuattroS-Regular.woff') format('woff');
  /* Modern browsers */
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'iAWriterQuattroS';
  src: url('../font/iAWriterQuattroS-Italic.eot');
  /* IE9+ Compat Modes */
  src: url('../font/iAWriterQuattroS-Italic.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../font/iAWriterQuattroS-Italic.woff2') format('woff2'),
    /* Super modern browsers */
    url('../font/iAWriterQuattroS-Italic.woff') format('woff');
  /* Modern browsers */
  font-weight: 400;
  font-style: italic;
}

body {
  font-size: 13px;
  line-height: 20px;
  font-family: iAWriterQuattroS, arial, sans-serif;
  font-weight: 400;
  color: #1F2023;
  text-shadow: 0px 0px 1px #383B40;
  background-color: #e6e9ef;
  overflow-x: hidden;
  hyphens: auto;
}

p {
  display: inline;
}

img {
  object-fit: cover;
}

footer {
  width: fit-content;
  padding: 40px 60px;
  font-size: 10px;
  margin: auto;
  text-align: center;
}

/* CLASS */
.text-container {
  grid-area: yo;
  max-width: 920px;
  height: 100%;
  padding: 40px 60px;
  margin: auto;
  z-index: 999;
  padding-top: 30vh;
}

.text-column {
  max-width: 507px;
  height: 100%;
  padding-bottom: 15px;
  margin: auto;
}

/* ID */

#center {
  text-align: center;
}

#card {
  max-height: 80vh;
}

@media only screen and (max-width: 800px) {
  :root {
    --sidebar-width: 0;
  }

  body {
    font-size: 14px;
    line-height: 22px;
  }

  footer {
    padding: 16px 0 20px 0;
    margin: 0px 20px;
  }

  .text-container {
    max-width: unset;
    padding: 16px 0 20px 0;
    margin: 0px 20px;
  }

  .text-column {
    max-width: unset;
  }
}
