.ms-layer {
    text-shadow: 1px 2px 2px #000000, 0 0 100px #1c1c1c, 0 0 50px gray;
}

.ms-layer.text81 {
    letter-spacing: 1px;
    font-size: 1.7em;
    font-weight: bold;

}

p {
    color: black;
}

.apropos h5 {
    line-height: 1.5em;
}

.green {
    color: #4CAF50;
}

.sub-title-left {
    color: white;
}

.section-dark {
    background-color: #4CAF50;
}

.text-orange-2 {
    font-size: 1.5em;
}

.btn-custom {
  background-color: #4CAF50;
  color: white;
  font-weight: bold;
}

.button-center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}
