* {
        margin: 0;
        padding: 0;
      }
     
      body {
        overflow: hidden;
        line-height: 1.5;
        word-break: keep-all;
        color: black;
        cursor: pointer;
      }

      h1 {
      font-size: 30pt;
      color: #7f4e05;
      text-decoration: underline;
      }

      p {
        font-size: 17pt;
        font-weight: bold;
      }

      img {
        height: 300px;
      }

      mark {
        background-color:#de9c0b ;
        color:whitesmoke;
      }

      a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; 
        height: 100%;
        padding: 50px;
        background-color: #cffbdc;
        color: black;
        text-decoration: none;
      }

      a:visited {
        color: black;
      }

      a:not(:first-child) {
        display: none;
      }

      a:target {
        display: block;
      }

      img{
        filter: blur(1px);
        margin-top: 20px;
      }

      .footer{
        position: absolute;
        bottom: 0;
        /*text-align: center;  */
         }

      @media screen and (max-width: 704px) {

}

    


    