@media only screen and (max-width: 360px) {
  body {
    font-size: 12px;
  }

  .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  img {
    width: 19%;
  }

  .contentpl {
    width: 100%;
  }

  img.imgpixel {
    width: 15%;
  }

  .contact img {
    width: 40px;
  }
  .img img {
    width: 8rem;
  }

  .text p {
    font-size: 250%;
  }

  .mainimgcontent {
    display: none;
  }

  .contentsub {
    width: 100%;
    padding: 5px;
  }

  .contentimg img {
    width: 100%;
    padding-left: 25%;
  }

  .contentimg {
    width: 50%;
    height: 13rem;
  }

  .contentpl img {
    width: 4rem;
  }

  .retorcontent {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #3e3b3b;
  }

  .img p {
    width: 100%;
    font-size: 4rem;
    text-align: center;
  }

  img.retroimg {
    width: 100%;
    animation: retro 4s 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .retorcontent button {
    background: #2e3434;
    border: none;
    box-shadow: 2px 2px 2px black;
    width: 3%;
    height: 2.5%;
    border-radius: 50%;
    position: absolute;
    transform: skew(-17deg, 27deg);
    top: 50%;
    left: 41%;
    opacity: 0;
    cursor: pointer;
    animation: retrocontent 2s infinite;
  }

  .displayissue p {
    font-size: 2.5rem;
  }
}
