body {
  background-image: url("https://domsinc.no/Pictures/image1.png");
  background-repeat: no-repeat, repeat;
  background-size: cover;
  position: cover;
}

.maintext {
  color: #9400D3;
  text-align: center;
  font-family: 'Imperial Script',cursive;
  font-size: 65px;
}

.lead{
  color: #2AF32C;
  text-align: center;
  font-size: 20px;
  
}

.abitaboutus1 {
    text-align: left;
    left: 20%;
    position: flex;
    color: #2AF32C;
    padding: 10px;
}

