#contactUs {
  transform: translate(100px, -100px);
}

@media only screen and (min-width: 33.9em) { 
  #contactUs {
    transform: translate(345px, -60px);
    font-size: 0.5em;
  }
}
@media only screen and (min-width: 47.9em) {
  #contactUs {
    transform: translate(465px, -75px);
  }
}
@media only screen and (min-width: 61.9em) {
  #contactUs {
    transform: translate(640px, -90px);
  }
 }
@media only screen and (min-width: 74.9em) { 
  #contactUs {
    transform: translate(750px, -100px);
  }
}


h4 {
  color: #9900ff;
  font-weight: bold;
}

p {
  font-size: 14px;
}

#bold {
  font-weight: bold;
}

.btn-primary {
  background-color: #9900ff;
  border: 1px solid black;
}

.btn-secondary {
  background-color: #cccccc;
  border: 1px solid black;
  color: black;
  font-weight: bold;
}