    * {
      margin: 2px;
      padding: 2px;
    }

    body {
      width: 100vw;
      height: 100vh;
      font-size: 18px;
      background-color: #FFFDE7;
      /* line-height: 0.9; */
      margin: 1px;
    }

    @media screen and (min-width: 600px) {
      div {
        font-size: 25px;
      }
    }
    @media screen and (max-width: 600px) {
    div {
      font-size: 18px;
      padding: 3px;
      margin: 1px;
      }
    }
    
    
    .foto img {
      min-inline-size: 25%;
      height: 34%;
      width: 34%;
      object-fit: contain;
      block-size: auto;
    }
    
    h1.responsive {
    font-size: max(2vw, 1em, 1rem);
    }


    .section {
      width: auto;
      height: auto;
      background-color: #EFEFEF;
      font-size: 1em;
      color: black;
      text-align: left;
      margin: 2px;
    }

    .one,
    .three {
      background-color: #BFBFBF;
    }

    .nav {
      display: flex;
      width: auto;
      height: auto;
      background-color: darkgray;
      /* font-size: x-large; */
      color: gray;
      text-align: center;
      margin: 5px 2px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      place-items: center;
      padding: 4px;
    }

    .btn {
      color: black;
      background-color: lightgray ; /* comment #38CC77 */
      text-align: center;
      font-weight: bold;
      height: auto;
      width: auto;
      padding: 2px;
      border: 2px solid white;
      padding: auto;
      text-decoration: none;
      
    }
    .temat {
      float: left;
      color: black;
      background-color: lightgray ; /* comment #38CC77 */
      height: auto;
      width:  165px;
      height: 160px;
      padding: 1px;
      margin: 1px;
      border: solid black;
      padding: auto;
      text-decoration: none;
      font-size: 0.7em;
      line-height: 1.1;
      border: 1px;
      
    }
    h3 {
      text-decoration: underline;
      text-decoration-color: orange;
      text-decoration-thickness: 2px;
      padding: 1px;
      margin: 1px;
    }

    hr {
      border: none;
      height: 1px;
      /* Set the hr color */
      color: #333;  /* old IE */
      background-color: #333;  /* Modern Browsers */
      }
      ul li {
        padding: 2px;
        line-height: 0.9;
        margin: 1px;
      }
