body {
    background-color: #333;
    color: #ccc;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
img {
  border-radius: 15px;
  margin: 0;
}
.img {
  background-image: url(/A.jpeg);
  width: 30vh;
  height: 40vh;
  background-size: 100%;
  background-position-x: 50%;
  background-repeat: no-repeat;
}
a {
  font-size: 60px;
  color: #bbb;
  text-decoration: none;
}
h4 {
  font-weight: 14px;
  width: 80%;
  text-align: left;
  border-left: 4px solid #aaa;
  border-radius: 4px;
  padding-left: 10px;
  font-weight: 200;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.con {
  display: none;
  font-size: 65px;
}
@media (min-height: 700px) {
  .con {
    display: block;
  }
}
.a { 
 height: 84vh;
}
.about {
  height: 30vh;
}
.space {
  height: 5vh;
}
.b { 
  text-align: left;
  height: 90vh;
  padding: 20px;
}
.secb {
  
}
/**/
  .img {
    /* Start-Form */
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    
    /* Animation */
    animation: morph 10s ease-in-out infinite;
  }

  @keyframes morph {
    0% {
      border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    25% {
      border-radius: 45% 55% 50% 50% / 55% 45% 60% 40%;
    }
    50% {
      border-radius: 30% 70% 70% 30% / 50% 60% 40% 50%;
    }
    75% {
      border-radius: 55% 45% 40% 60% / 45% 55% 50% 50%;
    }
    100% {
      border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
  }
  /**/
  summary {
    list-style: none;
    background-color: #222;
    border-radius: 25px;
  }
  details {
    background-color: #222;
    padding-top: 0.8pc;
    padding-bottom: 0.8pc;
    padding-left: 1pc;
    padding-right: 1pc;
    border-radius: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0.2pc;
    padding-top: 0.2pc;
  }
  .top {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .bottom {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .bottom img {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  details h3 {
    font-size: 16px;
  }
  .log {
    width: 40px;
    filter: grayscale(1);
  }
  summary h2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    font-size: 20px;
    font-weight: 700;
  }
  .logre {
    filter: invert(80%);
    width: 40px;
    height: auto;
    border-radius: 0;
    height: 43px;
  }
  .logreno {
    filter: invert(80%);
    width: 40px;
    height: auto;
    border-radius: 0;
  }
  #f {
    border-radius: 5px;
  }
  .contact a {
    text-decoration: underline;
  }
  .contact {
    border-radius: 45px;
  }
  .h52 {
    display: none;
  }
@media (min-width: 801px) {
  .direction {
    display: flex;
    flex-direction: row;
    gap: 5px;
  }
  .a {
    position: relative;
    width: 50%;
  }
  .b {
    position: relative;
    width: 50%;
  }
  .img {
    max-width: 20vh;
    max-height: 30vh;
  }
  .con {
    display: none;
  }
  .amirr {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .h51 {
    display: none;
  }
  .h52 {
    display: block;
  }
  .col {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
}
.go {
  color: royalblue;
  text-decoration: underline;
  font-size: 15px;
}