body {
    background: #003399;
  }

h1 {
    color: white;
    text-align: center;
    font-family: Calibri;
  }

  h2 {
    color: white;
    text-align: center;
    font-family: Calibri;
  }

  h3 {
    color: white;
    font-family: Calibri;
  }

p {
    color: white;
    text-align: center;
    font-family: Calibri;
  }
  .p1 {
    color: white;
    text-align: left;
    font-family: Calibri;
  }

  .centered-list {
    color: white;
    text-align: center;
    font-family: Calibri;
    list-style-position: inside;
  }


  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
  }
  .center2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
  }

  .icon-report {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  .btn-custom {
    background-color: #00a651; 
    color: #ffffff;            /* text color */
  }

  .bg-success {
    background-color: #00a651; 
  }

  .btn-info {
    background-color: #003399; 
    outline-color: #003399;
    color: #ffffff;            /* text color */
  }

  /* Form text styling */
.styled-form-container label{
    color: white;
}
/*Fix text color inside input fields*/
.styled-form-container input,
.styled-form-container select,
.styled-form-container textarea {
    color: #212529; /* Dark text color */
    background-color: #fff; /* White background */
}

.currency-display{
  color: white;
}
.unit-display{
  color: white;
}
.unit-cultivation-display{
  color: white;
}
.unitandcurrency-display{
  color: white;
}
.unit-input-display{
  color: white;
}
.times-display{
  color: white;
}
 


