  section {
    padding: 50px;
    height: 50%;
    margin-bottom: 4rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  body {
      font-family: Verdana, Geneva, sans-serif;
      margin: 0px;
  }

  li {
      padding-bottom: 20px;
  }

  img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  
  #header {
      width: 100%;
      height: 500px;
      background-color: #0078AE;
      color: white;
      border-bottom: 50px solid #102053;
  }
  
  #logo {
      font-size: 100px;
      letter-spacing: 10px;
  }
  
  #desc {
      font-size: 50px;
      padding-top: 40px;
  }
  
  #navigation {
      float: right;
  }
    
  .index {
    height: 90px;
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    border: 2px solid black;
    margin: 10px;
    background-color: #0078AE;
    border: 5px solid #102053;
    color: white;
    padding-top: 17px;
  }

.index-content {
  margin: auto;
}
  
  .intro {
      width: 100%;
      text-align: center;
      background-color: #6e9aad;
  }

.header {
    padding-top: 110px;
    width: 100%;
    text-align: center;
}
  
  .content {
      width: 99.9%;
      min-height: 400px;
  }

  .content:nth-child(even) {
      background-color: #6e9aad;
      color: white;
  }
  
  .grid-container {
      height: 100%;
      display: inline-grid;
  }

  .title {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 30px;
      padding-top: 10px;
      padding-left: 20px;
  }

  .subtitle {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    padding-top: 20px;
    padding-left: 20px;
  }

  .text {
      padding: 30px;
      font-size: 20px;
      text-align: justify;
  }