body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom, #a5b5c4, #ffffff);
    color: #333;
  }
  
  .cv-container {
    max-width: 900px;
    margin: 20px auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  
  .header {
    text-align: center;
    background: #3c4f6d;
    color: white;
    padding: 20px 0;
  }
  
  .header h1 {
    margin: 0;
    font-size: 2.5rem;
  }
  
  .header h2 {
    margin: 0;
    font-size: 1.5rem;
  }
  
  .main {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
  }

  .profile {
    flex: 1 1 35%;
    text-align: center;
  }
  
  .profile img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 10px;
  }

  .about {
    background: #f0f0f0;
    padding: 15px;
    border-radius: 10px;
  }
  
  .about {
    text-align: justify;
    margin-left: 0;
    padding: 10px;
  }

  .contact h3 {
    color: #333;
  }
  
  .contact i {
    color:#3c4f6d;
    margin-right: 10px;
  }

  .contact, .hobbies {
    text-align: left;
  }

  .contact p {
    margin-left: 0;
    color: #333;
  }

  .contact, .hobbies i{
    margin-left: 0;
    color:#3c4f6d;
  }

  .details {
    flex: 1 1 60%;
    padding-left: 20px;
  }
  
  .section {
    margin-bottom: 20px;
  }
  
  .section h3 {
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #0a1944;
  }

  .skill {
    margin-bottom: 20px;
  }
  
  .skill span {
    display: block;
    font-size: 1rem;
    margin-bottom: 5px;
    color: #333;
  }
  
  .progress-bar {
    position: relative;
    background: #f0f0f0;
    height: 10px;
    border-radius: 5px;
    overflow: visible;
  }
  
  .progress {
    height: 100%;
    background: #3c4f6d;
    border-radius: 5px;
    transition: width 0.4s ease;
  }

  .percentage {
    position: absolute;
    top: 50%;
    left: 95%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    font-weight: bold;
    color: #ffffff;
  }
  
  .section p i {
    color: #3c4f6d;
    margin-right: 10px;
  }

  .portofolio {
    text-align: left;
}

.image-text {
    display: flex;
    flex-direction: column;
    align-items: left;
}

.image-text p {
    margin-bottom: 10px; 
}
