body {
    font-family: sans-serif;
  }
  a {
    color: #369;
  }
  .note {
    width: 100%;
    margin: 50px auto;
    font-size: 1.1em;
    color: #333;
    text-align: justify;
  }
  #header {
    width: 100%;
    margin: 0px auto;
    font-size: 1.1em;
    color: #333;
    text-align: center;
  }
  #response-message {
    width: 800px;
    margin: 0px auto;
    font-size: 1.1em;
    color: #333;
    text-align: center;
  }
  #drop-area {
    border: 2px dashed #ccc;
    border-radius: 20px;
    width: 100%;
    margin: 5px auto;
    padding: 10px;
  }
  #drop-area.highlight {
    border-color: purple;
  }
  p {
    margin-top: 0;
  }
  .my-form {
    margin-bottom: 10px;
  }
  #gallery {
    margin-top: 10px;
  }
  #gallery img {
    width: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .button {
    display: inline-block;
    padding: 10px;
    background: #ccc;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ccc;
  }
  .button:hover {
    background: #ddd;
  }
  #fileElem {
    display: none;
  }
  #navbarSupportedContent > ul > li:nth-child(6) {
    margin-left: auto;
    margin-right: auto
  }
  
  #long-content-main > div > div.col-md-4.col-xs-12.order-md-1 {
    display: none
  }

  .spanish-text {
  color:#646262;
  }
  .english-text {
  color:#000000;
  }