body {
    font-family: 'Segoe UI', sans-serif;
}

.hero {
    background-image: url("../img/water1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    text-shadow: 2px 2px 5px #000;
}

.section-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.img-rounded {
    border-radius: 20px;
}