#town .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
}

#town h1 {
  font-size: 30px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
}

#town .menu-town {
  padding: 40px;
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
}

#town .menu-item-town {
  font-size: 22px;
  padding-bottom: 1rem;
  margin: 20px 0;
  text-align: center;
  color: white;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}

#town .menu-item-town:hover {
  border-radius: 50px;
  transition: background-color 0.5s, transform 0.5s, color 0.5s;
  background-color: rgba(0, 123, 255, 0.292);
}

#town {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.dimos-title-wrapper {
  text-align: center;
  color: white;
}

.dimos-title-wrapper h3 {
  font-weight: bold;
}

#dimos-links {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
  max-width: 480px;
  margin: 40px auto 80px auto;
  justify-content: center;
  font-size: 22px;
}

.dimos-link {
  color: white !important;
  text-align: center;
  padding: 17px 5px;
  border-bottom: 1px solid white;
  transition: 0.5 all ease;
}

.dimos-link:hover {
  border-radius: 50px;
  transition: background-color 0.5s, transform 0.5s, color 0.5s,
    border-radius 0.5s;
  background-color: rgba(0, 123, 255, 0.292);
}

@media (max-width: 500px) {
  #dimos-links {
    margin: 40px 2rem 80px 2rem;
    font-size: 18px !important;
  }
}
