header img {
    width:250px;
    height: 125px;
}


h1{
     text-align: center;
     color: #78BE20;
     
}

h2{
    text-align: center;

}
h3{
    text-align: center;
    margin-bottom: 1em;
}

h4{
    text-align: center;
    font-weight: bold;
}

        
.center-text {
    text-align: center;
}
.background-carousel {
    background-color: #78BE20;
}

.carousel-item {
    height: 250px;
  
   
}

a:hover{
    color: #78BE20 !important;
}

a { font-size: larger;

}

.center-image {
    margin: auto;
   
}

.text-justify {
text-align: justify;

}



.center {
    text-align: center;
  }

.padding-carousel {
    padding-right: 8em;
    padding-left: 8em;
  }
         