body {
    background-color:forestgreen;
    color: #39393994;
    font-family: "Open Sans", Arial ,'Times New Roman', Times, serif;
    font-size: 17px;
    padding: 15px;
    margin: 0;
  }
  
  .container {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  
  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: #203a1f; }
  a:hover { color: #d6d1d1; }
  
  a { 
    color: #bee803; 
    text-decoration:none;
  }
  
  .content { 
    background-color: #ffffff; 
    border-radius: 15px;
  }

  .content-p {
    background-color: #ffffff4b; 
    border-radius: 15px;
  }

  .content-img {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 5%;
  }

  
  .content-header{ margin-bottom: 0;color:#ccc;} 
  
  .content-text {
     font-size: 20px;
     margin: 0;
     color: #ccc;
  }
  
  #content-img {
    background-image: url(img/G.Guntur.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;
  }
  
  .content1 {
    padding: 15%;
    font-size: 30px;
  }
  
  .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: #5c5956;
    text-align: center;
    font-size: 30px;
    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: #333333;
    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:#9cb4323b ;}
  
  tr.tr-header {
    background-color: #5f9e70;
    height: 50px;
  }
  
  .footer-text {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  
  .app {
    justify-self: center;
  }


  img { 
    max-width: 100%;
    max-height: 200px;
  }
  
  .gallery {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  
  .images {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  figure { margin: 0; }
  figcaption { text-align: center; }
  
  figcaption span {
    display: block;
    color: #333333;
    font-size: 15px;
  }



  p { text-align: center; }