
  html body {
    scroll-behavior: smooth;
    height: 100%;
    margin: 0;
  }
  * {
    padding: 0;
    margin: 0;
  }
  .skill-subtitle {
    font-size: 2.5vh;
    color: white;
  }
  .skill-title {
    color: rgb(238, 182, 144);
    padding-left: 30px;
  }
  .about-subtitle {
    font-size: 2.2vh;
    color: white;
    padding-bottom: 20px;
    padding-right: 20px;
  }
  .about-subtitle span {
    background-color: aqua;
    color: black;
    border-radius: 5px;
    padding: 1px;
  }
  .contact-title {
    text-align: center;
    font-size: 3vh;
    color: rgb(238, 182, 144);
  }
  .contact-subtitle {
    text-align: center;
    padding-bottom: 10px;
    color: white;
  }
  .skill {
    width: 60%;
    margin: auto;
  }
  .aboutme {
    width: 60%;
    margin: auto;
    padding-top: 5%;
  }
  .about-title {
    font-size: 5vh;
    color: white;
  }
  .about-title span {
    font-size: 3vh;
  }
  #crud-pic {
    margin-top: 15px;
    width: 260px;
    height: 180px;
    justify-content: center;
    border-radius: 8px;
}
  .card-link {
    text-align: center;
    margin-left: 30%;
    margin-bottom: 20px;
    padding: 7px 10px;
    border: 1px solid white;
    color: white;
    background-color: none;
    border-radius: 5px;
  }
  .card-link:hover{
    color: white;
  }
  .btn-crud {
    margin: 10px;
    margin-left: 10px;
  }
  .skill-header {
    font-size: 8vh;
    color: white;
    font-family: "Times New Roman", Times, serif;
  }
  .subtitle {
    padding-top: 5%;
  }
  .project-title {
    font-size: 8vh;
    color: white;
    font-style: italic;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    /* text-align: left; */
  }
  .detail-first {
    padding: 20px;
    color: wheat;
  }
  .appbar {
    margin-left: 75%;
    padding: 10px;
    position: fixed;
  }
  .appbar a {
    border: none;
    background: none;
    padding: 9px 15px;
    font-size: 2vh;
    color: none;
    cursor: pointer;
    color: white;
  }
  .appbar a:hover {
    border-radius: 7px;
    padding: 9px 15px;
    border: 1px solid gray;
    text-decoration: none;
    color: white;
  }
  #name {
    font-size: 40px;
  }
  .date{
    margin-left: 20px;
  }
  .date p {
    color: gray;
  }
  .language {
    margin: 20px;
    margin-top: 60px;
  }
  .card body img {
    animation: drop 1.5s ease;
  }
  .language button {
    margin: 0px 01px;
    background: none;
    background-color: aqua;
    color: black;
    border: none;
    border-radius: 5px;
    border: 1px solid aqua;
    padding: 0px 5px;
  }
  .link-info {
    justify-content: center;
    padding: 10px;
  }
  .desc {
    padding-top: 24%;
    text-align: center;
    padding-right: 27%;
    color: white;
  }
  .desc a {
    text-decoration: none;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    padding: 10px 15px;
  }
  .desc a:hover {
    text-decoration: none;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    padding: 10px 15px;
  }
  .home-image {
    background-image: url("./image/code.jpg");
    height: 800px;
    box-sizing:border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .project-image {
    background-image: url("./image/coding.jpg");
    height: 900px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .skill-image {
    background-image: url("./image/kevin-canlas-ia7-T2bjDb4-unsplash.jpg");
    height: 800px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .about-image {
    background-image: url("./image/mohammad-rahmani-1bNQVGzuy0U-unsplash.jpg");
    height: 900px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .first {
    width: 60%;
    padding: 5rem 3rem;
    margin: auto;
  }
  .footer {
    background-color: rgba(40, 44, 52, 0.95);
    color: white;
    text-align: center;
    margin-top: 130px;
    padding: 10px 0px 1px 0px ;
  }
  @media screen and (max-width: 1024px) {
    .home-image {
      height: 1000px;
      box-sizing:border-box;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
    }

  .project-image {
    height: 1400px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
    .desc h5{
      font-size: 30px;
    }
    .desc {
      padding-left: 263px;
      padding-top: 41%;
      padding-right: 0px;
    }
    #name {
      font-size: 60px;
    }
    .appbar {
      position: fixed;
      font-size: 20px;
      margin-left: 10%;
    }
    .github {
      font-size: 35px;
    }
    .github img {
      width: 40px;
      height:  40px;
    }
    .project-title {
      font-size: 60px;
    }
    .card {    
      width: 863px;
      height: 510px;
      margin-left: -200px;
    }
    .card-text {
      font-size: 35px;
    }
    .card-title {
      font-size: 35px;
    }
    .language button {
      margin: 0px 01px;
      padding: 0px 5px;
      font-size: 30px;
    }
    .date {
      font-size: 30px;
    }
    .card-link {
      font-size: 35px;
      margin-left: 49px;
    }
    .skill-header {
      font-size: 60px;
    }
    .skill-title {
      font-size: 40px;
    }
    .card-skill {
      margin-left: -120px;
      height: 710px;
    }
    .skill-subtitle {
      font-size: 30px;
    }
    .skill-image {
      height: 1000px;
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
    }
    .about-image {
      height: 1600px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
    }
    .about-title{
      font-size: 40px;
    }
    .about-title span {
      font-size: 30px;
    }
    .about-card {

      margin-left: -120px;
      height: 710px;
    }
    .about-subtitle{
      font-size: 30px;
    }
    #little {
      margin-left: -120px;
      height: 300px;
    }
    #contact {
      margin-left: -120px;
      height: 300px;
    }
    .contact-title {
      font-size: 40px;
    }
    .contact-subtitle  {
      font-size: 30px;
    }
  }