/* <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 400 to 800*/

.sen-<uniquifier> {
  font-family: "Sen", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
* {
    font-family: "Sen", sans-serif;
}
.green-block {
    background-color: #7CBA42;
    /* Other styling for the green block */
}
.dark-grey-block {
    background-color: #333333;
    /* Other styling for the dark grey block */
}

.google-map {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.form-control {
    border-radius: 0.5rem !important;
}
h1 {
    padding-top: 80px;
}