a {
  color: #165f41;
  font-weight: 600;
}
h1 {
  margin-bottom: 40px;
}
ul {
  margin: 30px 0;
}
li {
  margin: 20px 0;
}
.navbar {
    box-shadow: 0 4px 7px -2px #cccccc;
}
.img-rounded {
    border-radius: 30px;
}
.image-container {
    position: relative;
}
.image-container img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 30px;
}
.image-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 50px 10px 20px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}