    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      padding: 0;
      font-family: inconsolata;
      font-size: 13px;
      height: 100vh;
      background-color: #E6EBB1;
      background-image: url('/assets/graphics/bg/30.png');
      background-blend-mode: color;
    }

        a {
          color: #938803;
          text-decoration: none;
          font-weight: bold;
          padding-bottom: 2px;
          border-bottom: 1px solid;
        }

        .nav a{
          border-bottom: none;
        }

main {
  margin: auto;
  display: flex;
  width: 700px;
  padding: 10px;
  flex-wrap: wrap;
  align-content: baseline;
  background-color: #FEFFF7;

  border-left: 2px dotted #B89F51;
  border-right: 2px dotted #B89F51;
}

        header {
          background-image: url("/assets/graphics/layout/call.png");
          width: 100%;
          font-size: 5em;
          background-position-x: 24px;
          background-repeat: no-repeat;
          background-size: 122px;
          /*! padding: 10px; */
          height: 110px;
          display: flex;
          justify-content: right;
          /*! align-content: center; */
          padding-top: 45px;
          /*! filter: hue-rotate(19deg); */
          background-blend-mode: hard-light;
          background-color: #B7B8A2;
          letter-spacing: 13px;
          text-shadow: 2px 2px 2px #B89F51;
        }

    section {
      width: 100%;
    }

    #moi {
      display: flex;
      flex-wrap: wrap;
    }

                #myself {
                  height: 233px;
                  width: 252px;
                  background-image: url('/assets/graphics/layout/moi.png');
                  background-size: 100% 100%;
                  margin-left: 7px;
                  position: relative;
                }

     #myself::after {
       content: "";
       width: 0;
       height: 0;
       position: absolute;
       border-right: 24px solid #b89f51;
       border-left: 12px solid transparent;
       border-top: 12px solid #b89f51;
       border-bottom: 20px solid transparent;
       right: 180px;
       transform: rotate(90deg);
       bottom: 0px;
       z-index: 9;
     }

        #description {
          width: 399px;
          margin-left: 15px;
        }

    h2 {
      border-bottom: 3px dashed #072C3C;
      padding: 2px;
      font-weight: normal;

    }

    h2 b {
      background-color: #072C3C;
      padding: 4px;
      color: #F2EFDD;
      font-weight: bold;
    }

    .highlight {
      background-color: #E3E0BD;
      text-align: center;
    }

    #contact {
      margin: auto;
      text-align: center;
    }

    .headerr {
      /*! width: fit-content; */
      position: relative;
      text-transform: uppercase;
      letter-spacing: 2px;
      /*! font-size: 19px; */
      text-align: left;
      font-size: 1.2em;
      /*! background-color: #A39F5E; */
      border-color: #A39F5E;
    }

    .dont {
      position: relative;
    }

    .dont::before {
      position: absolute;
      content: url("/assets/graphics/pixels/no.gif");
      left: -10px;
      top: -10px;
    }

    .headerr b {
      background-color: #A39F5E;
      color: #072c3c;
    }

    /*
#contact h2::after {
  content: "";
  background-color: #A39F5EB5;
  position: absolute;
  top: -16px;
  left: -14px;
  height: 186%;
  width: 78%;
  content: "";
  z-index: -1;
  transition: transform 0.2s ease-in, width 0.2s ease-out 0.2s;
  padding: 10px;
  border-radius: 100%;
  rotate: 11deg;
}  */


    /* Inline | http://127.0.0.1:5500/about.html */

    .info li {
      list-style-image: url("/assets/graphics/pixels/navi017_lightorange_qm.gif");
      margin: 5px;
    }

    .info b {
      background-color: #dfbd7da1;
      padding: 2px 6px;
      margin: 2px;
      text-transform: uppercase;
      font-weight: normal;
    }

    .info li {
      line-height: 21px;
    }

    /* ===== Scrollbar CSS ===== */
    /* Firefox */
    * {
      scrollbar-width: thin;
      scrollbar-color: #a7aa49 #ffffff80;

    }

    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
      width: 10px;
    }

    *::-webkit-scrollbar-track {
      background: #ffffff;
    }

    *::-webkit-scrollbar-thumb {
      background-color: #000000;
      border-radius: 10px;
      border: 3px dotted #ffffff;
    }



    /* Inline | http://127.0.0.1:5500/about.html */

    #deco {
      overflow: auto;
      height: 200px;
      width: 34%;
      margin: auto;
      /*! background-color: beige; */
      padding: 4px;
      /*! box-shadow: 4px 3px 3px #c8c19d; */
      border-radius: 10px;
      padding-left: 10px;
      position: relative;
      text-align: center;
    }

    #deco img {
      width: 63px;
      height: 35px;
    }

    #contact {
      margin: auto;
      text-align: center;
      width: 66%;
      background-color: beige;
      padding: 0px 0px 10px 0px;
      margin-top: 17px;
      border-radius: 40px;
      overflow: hidden;
      border: 3px solid #a7aa49;
    }

    #contact .headerr {
      margin-top: 0;
    }

    #contact .headerr b {
      padding-left: 35px;
    }

    hr {
      border: none;
      height: 25px;
      background-image: url(/assets/graphics/dividers/31.png);
      background-size: auto 100%;
      /*
      the width of the image will be automatically determined
      while the height will be 100% of the element width (in this case its 32px)
      */
      background-repeat: repeat-x;
      /* the background will repeat horizontally */
      background-position: center;
      /* bg will be centered */
      width: 100%;
    }




    /* Inline | http://127.0.0.1:5500/about.html */

    header {
      background-color: #EEE2B1;
      font-family: Courier Prime Code;
    }

    h2 b {
      /* background-color: #072C3C; */
      background-color: #B89F51;
    }

    h2 {
      /* border-bottom: 3px dashed #072C3C; */
      border-bottom: 3px dashed #B89F51;
    }

    h4 {
      border-bottom: 3px dashed #b89f51;
      width: 100%;
      font-size: 2em;
      margin: 0;
    }

    #carousel {
      flex: initial;
      display: block;
      overflow: hidden;
      width: 600px;
      height: 400px;
      border-radius: 4px;
      background-color: #fff;
    }

    #carousel {
      flex: initial;
      display: block;
      overflow: hidden;
      border-radius: 4px;
      width: 435px;
      height: 200px;
      background-color: #EEE2B1;
      position: relative;
    }

    .p-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
    }

    #button_a:checked~#carousel .p-wrapper {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }

    #button_b:checked~#carousel .p-wrapper {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }

    #button_c:checked~#carousel .p-wrapper {
      -webkit-transform: translateY(-200%);
      transform: translateY(-200%);
    }

    #button_d:checked~#carousel .p-wrapper {
      -webkit-transform: translateY(-300%);
      transform: translateY(-300%);
    }

    [class^="panel_"] {
      overflow: hidden;
      position: relative;
      width: inherit;
      height: inherit;
    }

    #navigation {
      margin-left: 24px;
    }

    [class^="label_"] {
      display: block;
      cursor: pointer;
      text-align: center;
      border-radius: 4px;
      margin: 4px 0;
      color: #000;
      font-size: 17px;
    }

    [class^="label_"]:hover {
      color: #444;
      background-color: #ffeed9;
    }

    #button_a:checked~#navigation .label_a,
    #button_b:checked~#navigation .label_b,
    #button_c:checked~#navigation .label_c,
    #button_d:checked~#navigation .label_d {
      cursor: default;
      color: #fff;
      background-color: #222;
    }


    .carouselLabel h2 {
      border: none;
      margin: 0;
      background: #B89F51;
      color: white;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 6px;
      font-size: 1.2em;
    }

    .arrows {
      display: flex;
      gap: 3px;
      position: absolute;
      top: -5px;
      right: 3px;
    }

    .covers {
      height: 100%;
      overflow: auto;
      /*! margin: 1px; */
      display: flex;
      flex-wrap: wrap;
      gap: 3px;
      justify-content: center;
      padding: 10px;
    }

    .covers img {
      height: 100px;
    }

    .covers.albums img {
      height: 78px;
    }

    .covers.movies img {
      height: 97px;
    }

    /* Inline | http://127.0.0.1:5500/about.html */

    #contact {
      margin: 0;
    }

    /* Inline | http://127.0.0.1:5500/about.html */

    #littledeco {
      width: 30%;
      display: flex;
      flex-wrap: wrap;
    }

    #littledeco img {
      width: 50%;
    }

    #likes {
      margin-bottom: 30px;
      display: flex;
      flex-wrap: wrap;
    }

    /* Inline | http://127.0.0.1:5500/about.html */

    #contact {
      /* width: 66%; */
      width: 63%;
    }

    #littledeco {
      height: 50px;
      gap: 15%;
      justify-content: center;
    }

    #littledeco img {
      /* width: 50%; */
      width: 34%;
    }

/* Inline | http://localhost:8080/info */

.nav a {
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
}

.nav {
  padding: 0;
  list-style: none;
}

.nav li {
  display: inline-block;
  text-align: center;
  margin: 0 10px;
  background-color: #eee2b1;
  padding: 5px;
  width: 150px;
  font-weight: bold;
}

.nav {
  width: 100%;
  text-align: center;
}