.contact-text {
  display: grid;
  justify-items: stretch;
  text-align: center;
}

.contact-text h1,
.contact-text p {
  background-color: #300835bf;
  color: white;
}

.contact-text img {
  margin-top: 0.5rem;
}

#submit-button {
  background-color: #300835bf;
  color: white;
  border: 2px solid #300835bf;
  width: fit-content;
  padding: 0.5rem 4rem;
  margin: 0.5rem;
  justify-self: center;
}
