body {
  max-width: 800px;
  margin: 0 auto;
}

h3 {
  font-size: 2rem;
  text-align: center;
}

.service-options {
  list-style-type: none;
  display: flex;
}

.service-options li {
  font-size: 1.7rem;
  font-weight: 600;
  border: 3px solid blue;
  margin: 2rem;
  width: fit-content;
  flex-direction: row;
}

.service-options li a {
  color: black;
  text-decoration: none;
}

.welcome-header {
  text-align: center;
}

.form-1 ul li {
  text-decoration: none;
  list-style-type: none;
}

.shopping-request-form {
  border: 2px solid red;
  padding: 1rem;
}
