/* media screen dekstop */
@media screen and (min-width: 391px) {
  *,
  html,
  body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
  }
  /* ini buat halaman utamanya */
  body {
    background-color: whitesmoke;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
  }
  /* ini buat logo pojok kiri atas */
  .nav-logo-title {
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20%;
    top: 0;
    left: 0;
    right: 0;
    width: 30%;
    height: 200px;
    position: fixed;
    z-index: 5;
  }
  .nav-logo-title a {
    position: fixed;
    top: 12px;
    left: 80px;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    font-size: 30px;
    font-weight: 900;
    color: cornflowerblue;
    z-index: 5;
  }
  div.nav-logo-title a[href="#header"] {
    position: absolute;
    margin-top: 13px;
    margin-left: 70px;
  }
  div.page-wrapper nav div.nav-logo-title img {
    position: absolute;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    content: url(https://i.pinimg.com/originals/2c/4d/35/2c4d35de84253e55dbe11693769e997d.gif);
    background-repeat: no-repeat;
    width: 80px;
    top: -0.5px;
    margin-left: 30px;
  }
  @import url("https://fonts.googleapis.com/css2?family=Dongle:wght@700&display=swap");
  nav ul {
    list-style-type: none;
    font-family: "Dongle", sans-serif;
    font-size: 13px;
    font-weight: 700;
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
    height: 80px;
    overflow: hidden;
    background-color: rgb(255, 220, 233);
    z-index: 3;
    margin-right: 30px;
  }
  .header-texts h1 {
    top: 0;
    z-index: 1;
    margin-top: 50px;
  }
  nav > ul > li > a {
    text-decoration: none;
    color: rgb(130, 0, 0);
    position: relative;
    display: block;
    float: right;
    text-align: center;
    padding: 10px 16px;
    top: 20px;
    z-index: 3;
    font-size: 15px;
  }
  nav ul li {
    float: right;
    z-index: 0;
  }
  nav li a:hover {
    background-color: rgb(242, 188, 235);
    z-index: 0;
  }
  .header-texts h1 {
    color: lightcoral;
    font-size: 30px;
    margin-top: 100px;
    margin-left: 30px;
  }
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@900&display=swap");
  .header-texts h3 {
    justify-content: space-around;
    margin-left: 30%;
    margin-right: 30%;
    font-family: "Inter", sans-serif;
    font-weight: 900;
    padding: 50px;
    text-shadow: 2px 2px 3px white;
    font-size: 25px;
    margin: 1rem auto;
    text-align: center;
    animation: neon 1s ease infinite;
    margin-top: -40px;
  }
  @keyframes neon {
    0%,
    100% {
      text-shadow: 0 0 10px #ef00e3a8, 0 0 20px #ef00e3a8, 0 0 20px #ef00e3a8,
        0 0 20px #ef00e3a8, 0 0 2px #fed128, 2px 2px 2px #806914;
      color: white;
    }
    50% {
      text-shadow: 0 0 2px #800e0b, 0 0 5px #800e0b, 0 0 5px #800e0b,
        0 0 5px #800e0b, 0 0 2px #800e0b, 4px 4px 2px #40340a;
      color: #eda0d3;
    }
  }
  .header-filler {
    content: url(https://i.ibb.co/s1JHgHG/Group-24.png);
    align-items: center;
  }
  @import url("https://fonts.googleapis.com/css2?family=Vollkorn:wght@600&display=swap");
  .header-texts p {
    text-align: center;
    margin-left: 30%;
    margin-right: 30%;
    font-family: "Vollkorn", serif;
    font-weight: 600;
    font-size: 20px;
    margin-top: -30px;
    color: #ce7896;
  }
  .header-texts h3,
  .header-texts p {
    text-align: center;
  }
  .header-filler {
    margin-top: 3%;
    margin-left: 31%;
    margin-right: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 35%;
    height: 80%;
    display: flex;
    position: relative;
    z-index: -1;
    align-items: center;
  }
  .content-first h2 {
    font-size: 30px;
    margin-top: -60px;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
    overflow: hidden;
    background: linear-gradient(90deg, #000, #fff, #000);
    background-repeat: no-repeat;
    animation: alternate-reverse 3s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    margin-left: 30px;
  }
  @keyframes animation {
    0% {
      background-position: -500%;
    }
    100% {
      background-position: 500%;
    }
  }
  @import url("https://fonts.googleapis.com/css2?family=Vollkorn:wght@600&display=swap");
  .content-first p {
    font-family: "Vollkorn", serif;
    font-weight: 600;
    font-size: 18px;
    margin-top: 5px;
    color: black;
    text-align: justify;
    margin-right: 50%;
    float: left;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    margin-left: 30px;
  }
  .content-first p:nth-of-type(1) {
    margin-right: 830px;
    margin-top: 0;
    float: left;
  }
  .content-first p:nth-of-type(2) {
    margin-right: 1000px;
    margin-top: 0;
  }
  .content-first p::before {
    content: "";
    width: 800px;
    height: 330px;
    margin-top: 870px;
    margin-left: 0px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #e1f7e7;
    z-index: -1;
    transition: transform 0.3s ease;
  }
  .content-first p::before {
    transform: scaleX(0);
    transform-origin: bottom right;
  }
  .content-first p:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
  }

  /* content second */
  div.content-second {
    font-size: 15px;
    text-align: justify;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content-second h2 {
    font-size: 30px;
    color: #279e47;
    letter-spacing: 4px;
    margin-top: 30px;
    float: left;
    display: flex;
    text-transform: uppercase;
    margin-left: 30px;
  }
  .content-second h4 {
    text-align: center;
    float: left;
    margin-top: 50px;
    display: flex;
    font-size: 35px;
    margin-left: 30%;
    margin-right: 30%;
  }
  @import url("https://fonts.googleapis.com/css2?family=Vollkorn:wght@600&display=swap");
  .content-second p {
    font-family: "Vollkorn", serif;
    font-weight: 600;
    font-variant: small-caps;
    font-size: 18px;
    float: left;
  }
  .content-second p:nth-of-type(1) {
    float: left;
    margin-right: 50%;
    margin-top: 20px;
    margin-left: 30px;
  }
  .content-second p:nth-of-type(2) {
    margin-left: 50%;
    margin-top: 20px;
    margin-right: 30px;
  }
  .content-second p:nth-of-type(3) {
    text-align: center;
    font-variant: normal;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 50px;
    clear: both;
    padding-bottom: 2%;
    border-radius: 40px;
  }
  /* resources */
  aside {
    margin-top: -1000px;
    padding-bottom: 5px;
    margin-right: 30px;
    clear: both;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    float: right;
    background-color: rgb(108, 245, 243);
    width: 300px;
    height: 280px;
    align-items: center;
    border-style: dotted;
    border-color: #cf8127;
    border-radius: 20px;
  }

  /* ini otherworks */
  aside h2:nth-last-of-type(1) {
    text-align: center;
    margin-top: 10px;
  }

  /* ini resources */
  aside h2:nth-last-of-type(2) {
    text-align: center;
  }
  aside ul li {
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin-left: 30px;
  }
  aside ul li a:nth-last-of-type(1) {
    margin-top: 10px;
    text-decoration: underline;
    background-color: plum;
    border-radius: 5px;
    text-align: center;
    padding: 10px 10px;
    border-radius: 10px;
    display: block;
  }

  /* articlesnya */
  #articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: 20%;
    margin-right: 20%;
    font-weight: 600;
    font-family: "Vollkorn", serif;
  }
  .article {
    flex-basis: 10%;
    padding: 10px;
    border: 5px solid #7e3ab6;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-animation: scaledown 0.4s ease;
    animation: scaledown 0.4s linear;
    animation-fill-mode: forwards;
    transform-origin: 50% 50%;
  }
  .article:hover {
    z-index: -3;
    -webkit-animation: scaledown 0.4s ease;
    animation: scale 0.4s linear;
    animation-fill-mode: forwards;
    transform-origin: 50% 50%;
  }

  @keyframes scaledown {
    0% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @keyframes scale {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      bow-shadow: 10px 10px 60px 10px rgba(0, 0, 0, 0.3);
    }
  }
  .article img {
    display: block;
    max-width: 100%;
    height: 100px;
    width: 100px;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 10px;
  }
  .article:nth-of-type(1) img {
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    height: 120px;
    width: 130px;
    top: 300px;
    white-space: nowrap;
    text-indent: 100%;
    content: url("https://i.pinimg.com/564x/57/7f/c1/577fc16a716a9c1e497b0fce3c91cf3c.jpg");
  }
  .article:nth-of-type(2) img {
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    height: 120px;
    width: 130px;
    top: 300px;
    white-space: nowrap;
    text-indent: 100%;
    content: url("https://i.pinimg.com/564x/9d/43/03/9d4303eb6df9cf9e6ca76a255c0147d5.jpg");
  }
  .article:nth-of-type(3) img {
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    height: 120px;
    width: 130px;
    top: 300px;
    white-space: nowrap;
    text-indent: 100%;
    content: url("https://i.pinimg.com/564x/53/96/53/5396538cda2db4cd1c54c804d96f986e.jpg");
  }
  .article:nth-child(2) {
    background-size: 20%;
    background-position: top center;
    background-repeat: no-repeat;
    float: right;
  }
  /* background articles 1 */
  .article:nth-child(1) {
    background-color: paleturquoise;
  }
  /* background articles 2 */
  .article:nth-child(2) {
    background-color: lemonchiffon;
  }
  /* background articles 3 */
  .article:nth-child(3) {
    background-color: lavenderblush;
  }
  /* background articles 4 */
  .row-second {
    background-color: rgb(205, 241, 210);
    border-top: 10px solid #7e3ab6;
    display: flex;
    padding: 10px;
    margin-top: -5px;
    border-left: 5px solid #7e3ab6;
    border-bottom: 5px solid #7e3ab6;
    border-right: 5px solid #7e3ab6;
    align-items: normal;
  }
  .row-second img {
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    height: 80px;
    width: 80px;
    top: 300px;
    white-space: nowrap;
    text-indent: 100%;
    content: url("https://i.ibb.co/N7zg2p5/Which-Minor-Sponge-Bob-Square-Pants-Character-Are-You-1.jpg");
    border: 2px solid slateblue;
  }
  /* creativity */
  div.creativity-wrapper {
    margin-top: 50px;
    overflow: hidden;
    display: flex;
    background-image: url();
    margin-left: 30px;
    margin-right: 30px;
    align-items: center;
    text-align: center;
  }
  div.mini-one,
  div.mini-two {
    float: right;
  }
  div.mini-three,
  div.mini-four {
    float: left;
  }
  .mini-one:nth-of-type(1) img {
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    height: 200px;
    width: auto;
    top: 0;
    white-space: nowrap;
    text-indent: 100%;
    content: url("https://i.ibb.co/cDcdgqD/Patrick-Star-1.png");
  }
  .mini-two:nth-of-type(2) img {
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    height: 20px;
    width: 20px;
    top: 0;
    white-space: nowrap;
    text-indent: 100%;
    content: url("https://i.ibb.co/P6TYMX1/My-project-19.png");
  }
  .mini-three:nth-of-type(3) img {
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    height: 20px;
    width: 20px;
    top: 0;
    white-space: nowrap;
    text-indent: 100%;
    content: url("https://i.ibb.co/XSt0R0J/My-project-20-1.png");
  }
  .mini-four:nth-of-type(4) img {
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    height: 20px;
    width: 20px;
    top: 0;
    white-space: nowrap;
    text-indent: 100%;
    content: url("https://i.ibb.co/y8SyKnd/My-project-22-1.png");
  }
  /* footer */
  div.footer-form {
    display: flex;
    justify-content: center;
  }
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@900&display=swap");
  .footer-logo h3 {
    margin-top: 30px;
    font-size: 30px;
    margin-left: 30px;
    font-weight: 900;
    font-family: "Inter", sans-serif;
  }
  .footer-logo p {
    font-size: 20px;
    margin-left: 30px;
  }
  .footer-form p {
    margin-top: 10px;
    display: flex;
  }
  #name {
    margin-top: 10px;
  }
  #gender {
    margin-top: 10px;
  }

  /* form */
  .footer-form > p:first-of-type {
    margin-left: 30px;
    text-align: center;
    display: flex;
    position: relative center;
    font-weight: 600;
    color: blue;
    font-size: 20px;
  }
  .footer-form p:nth-last-of-type(2) {
    margin-top: 20px;
    text-align: center;
    display: flex;
  }
  .footer-form form {
    margin-top: 150px;
    background-color: rgb(153, 232, 166);
    width: 300px;
    padding: 30px;
    align-items: center;
    align-items: center;
    margin: auto;
    border-radius: 30px;
  }
  button {
    /* atas bawah kanan kiri */
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #f4bdbd;
    font-weight: 500;
    cursor: pointer;
    margin-top: 10px;
  }
  button:hover {
    background-color: yellow;
  }

  /* footer */
  .footer-credit {
    margin-top: 30px;
    background-color: rgb(239, 214, 241);
    float: left;
    width: 100%;
    height: 150%;
    border-style: dotted;
    border-bottom: brown;
    border-left: none;
    border-right: none;
  }
  .footer-credit h3 {
    margin-left: 30px;
  }
  .footer-credit::after {
    content: "CSS by ";
    content: "Sophia Madlentsy/ 0706012210058";
    float: right;
    text-align: top right;
    font-size: 20px;
    font-weight: bold;
    margin-right: 30px;
  }
}

/* media screen handphone*/
@media screen and (max-width: 391px) {
  *,
  html,
  body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
  }
  /* ini buat halaman utamanya */
  body {
    background-color: whitesmoke;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
  }
  /* ini buat logo pojok kiri atas */
  .nav-logo-title {
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20%;
    top: 0;
    left: 0;
    right: 0;
    width: 30%;
    height: 200px;
    position: fixed;
    z-index: 5;
  }
  .nav-logo-title a {
    position: fixed;
    top: 5px;
    left: 2px;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    font-weight: 900;
    color: cornflowerblue;
    z-index: 5;
  }
  div.nav-logo-title a[href="#header"] {
    position: absolute;
    margin-top: 13px;
    margin-left: 70px;
  }
  div.page-wrapper nav div.nav-logo-title img {
    position: absolute;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    content: url(https://i.pinimg.com/originals/2c/4d/35/2c4d35de84253e55dbe11693769e997d.gif);
    background-repeat: no-repeat;
    width: 60px;
    top: -0.5px;
    margin-left: 10px;
  }
  @import url("https://fonts.googleapis.com/css2?family=Dongle:wght@700&display=swap");
  nav ul {
    list-style-type: none;
    font-family: "Dongle", sans-serif;
    font-size: 13px;
    font-weight: 700;
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
    height: 80px;
    overflow: hidden;
    background-color: rgb(255, 220, 233);
    z-index: 3;
    margin-right: 30px;
  }
  .header-texts h1 {
    top: 0;
    z-index: 1;
    margin-top: 50px;
  }
  nav > ul > li > a {
    text-decoration: none;
    color: rgb(130, 0, 0);
    position: relative;
    display: block;
    float: right;
    text-align: center;
    padding: 5px 8px;
    top: 20px;
    z-index: 3;
    font-size: 10px;
  }
  nav ul li {
    float: right;
    z-index: 0;
  }
  nav li a:hover {
    background-color: rgb(242, 188, 235);
    z-index: 0;
  }
  .header-texts h1 {
    color: lightcoral;
    font-size: 15px;
    margin-top: 100px;
    margin-left: 30px;
  }
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@900&display=swap");
  .header-texts h3 {
    justify-content: space-around;
    margin-left: 30%;
    margin-right: 30%;
    font-family: "Inter", sans-serif;
    font-weight: 900;
    padding: 50px;
    text-shadow: 2px 2px 3px white;
    font-size: 15px;
    margin: 1rem auto;
    text-align: center;
    animation: neon 1s ease infinite;
    margin-top: -30px;
  }
  @keyframes neon {
    0%,
    100% {
      text-shadow: 0 0 10px #ef00e3a8, 0 0 20px #ef00e3a8, 0 0 20px #ef00e3a8,
        0 0 20px #ef00e3a8, 0 0 2px #fed128, 2px 2px 2px #806914;
      color: white;
    }
    50% {
      text-shadow: 0 0 2px #800e0b, 0 0 5px #800e0b, 0 0 5px #800e0b,
        0 0 5px #800e0b, 0 0 2px #800e0b, 4px 4px 2px #40340a;
      color: #eda0d3;
    }
  }
  .header-filler {
    content: url(https://i.ibb.co/s1JHgHG/Group-24.png);
    align-items: center;
  }
  @import url("https://fonts.googleapis.com/css2?family=Vollkorn:wght@600&display=swap");
  .header-texts p {
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
    font-family: "Vollkorn", serif;
    font-weight: 600;
    font-size: 12px;
    margin-top: -30px;
    color: #ce7896;
  }
  .header-texts h3,
  .header-texts p {
    text-align: center;
  }
  .header-filler {
    margin-top: 3%;
    margin-left: 31%;
    margin-right: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 35%;
    height: 80%;
    display: flex;
    position: relative;
    z-index: -1;
    align-items: center;
  }
  .content-first h2 {
    font-size: 15px;
    margin-top: -10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
    overflow: hidden;
    background: linear-gradient(90deg, #000, #fff, #000);
    background-repeat: no-repeat;
    animation: alternate-reverse 3s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    margin-left: 30px;
  }
  @keyframes animation {
    0% {
      background-position: -500%;
    }
    100% {
      background-position: 500%;
    }
  }
  @import url("https://fonts.googleapis.com/css2?family=Vollkorn:wght@600&display=swap");
  .content-first p {
    font-family: "Vollkorn", serif;
    font-weight: 600;
    font-size: 12px;
    margin-top: 5px;
    color: black;
    text-align: justify;
    /* margin-right: 25p; */
    /* float: left; */
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    margin-left: 30px;
  }
  .content-first p:nth-of-type(1) {
    margin-right: 30px;
    margin-top: 0;
    float: left;
  }
  .content-first p:nth-of-type(2) {
    margin-right: 60px;
    float: left;
    margin-top: 0;
  }
  .content-first p::before {
    content: "";
    width: 370px;
    height: 260px;
    margin-top: 480px;
    margin-left: 0px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #e1f7e7;
    z-index: -1;
    transition: transform 0.3s ease;
  }
  .content-first p::before {
    transform: scaleX(0);
    transform-origin: bottom right;
  }
  .content-first p:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
  }

  /* content second */
  div.content-second {
    font-size: 15px;
    text-align: justify;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .content-second h2 {
    font-size: 15px;
    color: #279e47;
    letter-spacing: 4px;
    margin-top: 500px;
    float: left;
    display: flex;
    text-transform: uppercase;
    margin-left: 30px;
  }
  .content-second h4 {
    text-align: center;
    float: left;
    margin-top: 25px;
    display: flex;
    font-size: 20px;
    margin-left: 10%;
    margin-right: 10%;
  }
  @import url("https://fonts.googleapis.com/css2?family=Vollkorn:wght@600&display=swap");
  .content-second p {
    font-family: "Vollkorn", serif;
    font-weight: 600;
    font-variant: small-caps;
    font-size: 18px;
    float: left;
  }
  .content-second p:nth-of-type(1) {
    float: left;
    margin-right: 25%;
    margin-top: 20px;
    margin-left: 30px;
    font-size: 12px;
  }
  .content-second p:nth-of-type(2) {
    margin-left: 25%;
    margin-top: 20px;
    margin-right: 30px;
    font-size: 12px;
  }
  .content-second p:nth-of-type(3) {
    text-align: center;
    font-variant: normal;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 25px;
    font-size: 12px;
    clear: both;
    padding-bottom: 2%;
    border-radius: 40px;
  }
  /* resources */
  aside {
    margin-top: 800px;
    padding-bottom: 5px;
    clear: both;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(108, 245, 243);
    width: 180px;
    height: 370px;
    align-items: center;
    border-style: dotted;
    border-color: #cf8127;
    border-radius: 20px;
    z-index: -3;
    position: absolute;
    margin-right: 0;
    margin-left: 100px;
  }
  aside h2 {
    font-size: 15px;
  }

  /* ini otherworks */
  aside h2:nth-last-of-type(1) {
    text-align: center;
    margin-top: 10px;
  }

  /* ini resources */
  aside h2:nth-last-of-type(2) {
    text-align: center;
  }
  aside ul li {
    padding-right: 10px;
    vertical-align: top;
    list-style: none;
    margin-left: 30px;
  }
  aside ul li a:nth-last-of-type(1) {
    margin-top: 10px;
    text-decoration: underline;
    background-color: plum;
    border-radius: 5px;
    text-align: center;
    padding: 5px 6px;
    border-radius: 5px;
    display: block;
  }

  /* articlesnya */
  #articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;
    font-weight: 600;
    font-family: "Vollkorn", serif;
    font-size: 10px;
    margin-top: 1400px;
  }
  .article {
    flex-basis: 5%;
    padding: 5px;
    border: 5px solid #7e3ab6;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-animation: scaledown 0.4s ease;
    animation: scaledown 0.4s linear;
    animation-fill-mode: forwards;
    transform-origin: 25% 25%;
  }
  .article:hover {
    z-index: -3;
    -webkit-animation: scaledown 0.4s ease;
    animation: scale 0.4s linear;
    animation-fill-mode: forwards;
    transform-origin: 50% 50%;
  }

  @keyframes scaledown {
    0% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @keyframes scale {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      bow-shadow: 10px 10px 60px 10px rgba(0, 0, 0, 0.3);
    }
  }
  .article img {
    display: block;
    max-width: 100%;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 5px;
  }
  .article:nth-of-type(1) img {
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    margin-left: 30px;
    margin-right: 30px;
    height: 60px;
    width: 75px;
    top: 300px;
    white-space: nowrap;
    text-indent: 50%;
    content: url("https://i.pinimg.com/564x/57/7f/c1/577fc16a716a9c1e497b0fce3c91cf3c.jpg");
  }
  .article:nth-of-type(2) img {
    background-repeat: no-repeat;
    background-position: top center;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
    height: 60px;
    width: 75px;
    top: 300px;
    white-space: nowrap;
    text-indent: 50%;
    content: url("https://i.pinimg.com/564x/9d/43/03/9d4303eb6df9cf9e6ca76a255c0147d5.jpg");
  }
  .article:nth-of-type(3) img {
    background-repeat: no-repeat;
    background-position: top center;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
    height: 60px;
    width: 75px;
    top: 300px;
    white-space: nowrap;
    text-indent: 50%;
    content: url("https://i.pinimg.com/564x/53/96/53/5396538cda2db4cd1c54c804d96f986e.jpg");
  }
  .article:nth-child(2) {
    background-size: 20%;
    background-position: top center;
    background-repeat: no-repeat;
    float: right;
  }
  /* background articles 1 */
  .article:nth-child(1) {
    background-color: paleturquoise;
  }
  /* background articles 2 */
  .article:nth-child(2) {
    background-color: lemonchiffon;
  }
  /* background articles 3 */
  .article:nth-child(3) {
    background-color: lavenderblush;
  }
  /* background articles 4 */
  .row-second {
    background-color: rgb(205, 241, 210);
    border-top: 10px solid #7e3ab6;
    display: flex;
    padding: 10px;
    margin-top: -5px;
    border-left: 5px solid #7e3ab6;
    border-bottom: 5px solid #7e3ab6;
    border-right: 5px solid #7e3ab6;
    align-items: normal;
  }
  .row-second img {
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    height: 30px;
    width: 45px;
    top: 300px;
    white-space: nowrap;
    text-indent: 100%;
    content: url("https://i.ibb.co/N7zg2p5/Which-Minor-Sponge-Bob-Square-Pants-Character-Are-You-1.jpg");
    border: 2px solid slateblue;
  }
  /* creativity */
  div.creativity-wrapper {
    margin-top: 30px;
    overflow: hidden;
    display: flex;
    margin-left: 30px;
    margin-right: 30px;
    align-items: center;
    text-align: center;
    font-size: 10px;
    justify-content: space-around;
  }

  div.mini-one,
  div.mini-two {
    float: right;
  }
  div.mini-three,
  div.mini-four {
    float: left;
  }
  .mini-one:nth-of-type(1) img {
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    height: 150px;
    width: auto;
    top: 0;
    white-space: nowrap;
    text-indent: 100%;
    content: url("https://i.ibb.co/mbnky9p/501.png");
  }
  .mini-two:nth-of-type(2) img {
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    height: 20px;
    width: 20px;
    top: 0;
    white-space: nowrap;
    text-indent: 100%;
    content: url("https://i.ibb.co/BKDvMk8/502.png");
  }
  .mini-three:nth-of-type(3) img {
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    height: 20px;
    width: 20px;
    top: 0;
    white-space: nowrap;
    text-indent: 100%;
    content: url("https://i.ibb.co/5F5wqbL/503.png");
  }
  .mini-four:nth-of-type(4) img {
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    height: 20px;
    width: 20px;
    top: 0;
    white-space: nowrap;
    text-indent: 100%;
    content: url("https://i.ibb.co/8Yg2Gf3/504.png");
  }
  /* footer */
  div.footer-form {
    display: flex;
    justify-content: center;
  }
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@900&display=swap");
  .footer-logo h3 {
    margin-top: 15px;
    font-size: 15px;
    margin-left: 30px;
    font-weight: 900;
    font-family: "Inter", sans-serif;
  }
  .footer-logo p {
    font-size: 10px;
    margin-left: 30px;
  }
  .footer-form p {
    margin-top: 10px;
    display: flex;
  }
  #name {
    margin-top: 10px;
  }
  #gender {
    margin-top: 10px;
  }

  /* form */
  .footer-form > p:first-of-type {
    margin-left: 30px;
    font-weight: 600;
    color: blue;
    font-size: 15px;
  }
  .footer-form p:nth-last-of-type(2) {
    margin-top: 20px;
    text-align: center;
    display: flex;
  }
  .footer-form form {
    margin-top: 50px;
    background-color: rgb(153, 232, 166);
    width: 300px;
    padding: 30px;
    position: relative;
    align-items: center;
    border-radius: 30px;
    right: 55px;
  }
  button {
    /* atas bawah kanan kiri */
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #f4bdbd;
    font-weight: 500;
    cursor: pointer;
    margin-top: 10px;
  }
  button:hover {
    background-color: yellow;
  }

  /* footer */
  .footer-credit {
    margin-top: 30px;
    background-color: rgb(239, 214, 241);
    float: left;
    width: 100%;
    height: 150%;
    border-style: dotted;
    border-bottom: wheat;
    border-left: none;
    border-right: none;
  }
  .footer-credit h3 {
    margin-left: 15px;
    font-size: 15px;
  }
  .footer-credit::after {
    content: "CSS by ";
    content: "Sophia Madlentsy/ 0706012210058";
    float: right;
    text-align: top right;
    font-size: 10px;
    font-weight: bold;
    margin-right: 15px;
  }
}
