#content {
  width: 330px;
  margin-top: 0px;
  padding-top: 0px;
}

#content {
  display: flex; /* Use flexbox */
  align-items: center; /* Align items vertically in the center */
  justify-content: center;
}

.res-logo {
  width: 100px; /* Adjust the width of the logo */
}

#firstHeading {
  margin-left: 20px; /* Add some space between the logo and heading */
}

.addressIcon {
  background-color: black;
}
