body {
    background-color: #b3d9df;
    color: #444444;
    font-family: "Open Sans", Arial;
    font-size: 17px;
    padding: 15px;
    margin: 0;
  }
  
  .container {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
   
  .content-image img {
    border:100px;

  }

  h1 { text-align: center; }
  
  .navbar { 
    text-align: center; 
    margin-bottom: 25px;
  }
  
  .list-nav {
      padding: 0;
      margin: 0; 
  }
  
  .list-nav li {
      display: inline-block;
      list-style: none;
      margin-left: 10px;
      margin-right: 10px;
  }
  
  .list-nav a { font-size: 20px; }
  .list-nav li a.active { color: #444444; }
  a:hover { color: #444444; }
  
  a { 
    color: #2b2015; 
    text-decoration:none;
  }
  
  .content { 
    background-color: #ffffff; 
    border-radius: 10px;
  }

  
  .content-header{ margin-bottom: 0; }
  
  .content-text {
     font-size: 20px;
     margin: 0;
  }
  
  #content-img {
    background-image: url(gambar/header.jpg);
    background-position: center;
    background-size: cover;
    min-height: 400px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  #content-img img {
    max-width: 50%;
    margin-bottom: -15px;
    border-radius: 110px;
  }
  
  .content1 {
    padding: 15%;
    font-size: 30px;
  }

  .images img
  {
    width: 50%;
    height: 50%;
  }
  
  .section {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  
  .section-small {
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    text-align: center;
  }
  
  .section-header {
    color: #338199;
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  hr {
    width: 60%;
    border: 0.5px solid #ccc;
  }
  
  table {
    width: 100%;
    border-spacing: 0;
    padding-bottom: 20px;
  }
  
  th {
    color: white;
    font-weight: 400;
    font-size: 1.2rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  td {
    text-align: center;
    padding: 10px 15px;
  }
  
  .text-left { text-align: left; }
  tr:nth-child(odd) { background-color: #eee5dc; }
  
  tr.tr-header {
    background-color: #646464;
    height: 50px;
  }
  
  .footer-text {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }