@charset "utf-8";
@media screen and (min-width: 375px) {
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  /* HTML5 display-role reset for older browsers */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol,
  ul {
    list-style: none;
  }
  blockquote,
  q {
    quotes: none;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  * {
    /* margin: 0px; */
    /* padding: 0px; */
    box-sizing: border-box;
  }
  header {
    height: 30%;
    width: 1fr;
    background-color: black;

    display: flex;
    justify-content: flex-start;
    padding: 2% 2%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
  }
  h1 {
    display: block;
    font-family: "Yomogi", cursive;
    font-size: 200%;
    color: red;
  }
  header ul {
    display: block;
    list-style: none;
    margin-left: auto;
    height: auto;
  }
  header ul li {
    display: block;
  }
  header ul li a {
    display: block;
    font-family: "Yomogi", cursive;

    text-decoration: none;
    border-left: solid 1px white;
    border-right: solid 1px white;
    color: white;

    font-size: 125%;
    padding: 0.5rem 1rem;
  }
  header ul li a:hover {
    color: rgb(116, 113, 113);
  }
  main {
    height: 900px;
  }
  main ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: space-around;
    background-color: rgba(255, 0, 0, 0.788);
    height: 3000px;
    /* background-image: url(https://cdn.pixabay.com/photo/2017/10/06/01/52/fire-2821775_960_720.jpg);
    background-size: content; */
  }

  main ul li {
    display: block;
    width: 18rem;
    height: 25rem;
    list-style: none;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
    padding: 5% 5%;
    font-size: 30px;
    text-align: center;
    font-family: "Yomogi", cursive;
    color: red;
    background-color: black;
  }
  main ul li h3 {
    display: block;
    border-bottom: red;
    box-shadow: 0 8px 7px -7px rgba(255, 0, 0, 0.411);
  }
  main ul li p {
    display: block;
    margin-top: 5%;
    overflow-y: scroll;
    height: 20rem;

    font-size: 15px;
    /* padding-bottom: 15px; */
  }
}
@media screen and (min-width: 960px) {
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  /* HTML5 display-role reset for older browsers */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol,
  ul {
    list-style: none;
  }
  blockquote,
  q {
    quotes: none;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  * {
    /* margin: 0px;
    padding: 0px; */
    box-sizing: border-box;
  }
  header {
    height: 30%;
    width: 1fr;
    background-color: black;

    display: flex;
    justify-content: flex-start;
    padding: 2% 2%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
  }
  h1 {
    display: block;
    font-family: "Yomogi", cursive;
    font-size: 200%;
    color: red;
  }
  header ul {
    display: block;
    list-style: none;
    margin-left: auto;
    height: auto;
  }
  header ul li {
    display: block;
  }
  header ul li a {
    display: block;
    font-family: "Yomogi", cursive;

    text-decoration: none;
    border-left: solid 1px white;
    border-right: solid 1px white;
    color: white;

    font-size: 125%;
    padding: 0.5rem 1rem;
  }
  header ul li a:hover {
    color: rgb(116, 113, 113);
  }
  main {
    height: 700px;
  }
  main ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: space-around;
    background-color: rgba(255, 0, 0, 0.788);
    /* height: 3000px; */
    /* background-image: url(https://cdn.pixabay.com/photo/2017/10/06/01/52/fire-2821775_960_720.jpg);
    background-size: content; */
  }

  main ul li {
    display: block;
    width: 32rem;
    height: 44rem;
    list-style: none;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 1);
    padding: 5% 5%;
    font-size: 60px;
    text-align: center;
    font-family: "Yomogi", cursive;
    color: red;
    background-color: black;
  }
  main ul li h3 {
    display: block;
    border-bottom: red;
    box-shadow: 0 8px 7px -7px rgba(255, 0, 0, 0.411);
  }
  main ul li p {
    display: block;
    margin-top: 5%;
    overflow-y: scroll;
    height: 35rem;
    /* width: 15rem; */

    font-size: 15px;
    /* padding-bottom: 15px; */
  }
}
