body {
  background-image: url("https://domsinc.no/Pictures/image1.png");
  background-repeat: no-repeat, repeat;
  background-size: cover;
  position: cover;
}

.contactus {
    text-align: center;
}

h1 {
    color: #FF4FEC;
    font-family: 'Imperial Script', cursive;
    font-size: 3em;
}

.lead { 
    color: #9400D3;
    font-size: 1.5em;
}

h2 {
    color: #660000;
}

.contactusbuttons {
    text-align: center;
    align-items: center;
}

.contactusbuttons{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 20px 10px 10px;
}

.contactusbuttons1{
    margin: 40px 0 70px 0;
    background: #222;
    padding: 10px 20px;
    border-radius: 5px;
}
.contactusbuttons1{
    color: #222;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: bolder;
    letter-spacing: 3px;
}

.contactusbuttons1 {
  align-items: center;
  background-image: linear-gradient(144deg, #9400D3, #FF4FEC 50%, #660000);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  font-size: 18px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 0px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.5s;
}

.contactusbuttons1:active,
.contactusbuttons1:hover {
  outline: 0;
}

.contactusbuttons1 span {
  background-color: rgb(146, 3, 91);
  padding: 16px 24px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

.contactusbuttons1:hover span {
  background: none;
}

.contactusbuttons1:active {
  transform: scale(0.9);
}