body {
    background-image: url(../images/20180601_210045.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #000;
    font-family: Arial, Helvetica, sans-serif;
  }
  #he_ind {
    background-color: rgba(204, 139, 117, 0.4);
  }
  
  #fo_ind {
    background-color: rgba(204, 139, 117, 0.6);
  }
  #counter {
    color: rgb(44, 44, 44);
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
    font-size: small;
    }