body {
  font-family: 'Montserrat', sans-serif;
  /*margin: 40px;
  background-color: #1e2a38;
  color: #ffffff;*/
}

.content-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  flex-wrap: wrap; /* Allows stacking on smaller screens */
}

.features-list {
  list-style-type: disc;
  padding-left: 20px;
  max-width: 500px;
  font-size: 18px;
}

h1 {
    text-align: center;
}

.logo {
    width: 300px;        /* sets the image width */
    height: auto;
    /* display: block;
    margin-left: auto;
    margin-right: auto;*/
}

.headline {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;         /* ExtraBold weight */
    text-align: center;
    font-size: 48px;
    color: #ffffff;
    background-color: #1e2a38; /* Matches your logo's dark background */
    padding: 20px;
    margin: 0;
}