* {
  padding: 0;
  margin: 0;
}

.h1 {
  background-color: rgb(200, 200, 243);
  color: azure;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.nav {
  width: 100%;
  height: 7vh;
  background-color: rgb(177, 177, 204);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 0px 5px 0px 5px;
}

.nav a {
  text-decoration: none;
  color: wheat;
  font-family: cursive;
}

#about {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  color: azure;
  background-color: rgb(150, 150, 201);
  font-family: cursive;
}

.about {
  background-color: rgb(150, 150, 201);
  width: 100%;
  height: 50vh;
  text-align: center;
  color: aliceblue;
  font-family: cursive;
  p {
    color: black;
  }
}
.about-table {
  display: flex;
  justify-content: center;
  border: rgb(22, 22, 22);
}
#Services {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  color: azure;
  background-color: rgb(201, 150, 197);
  font-family: cursive;
}
.Services {
  background-color: rgb(201, 150, 197);
  width: 100%;
  height: fit-content;
  text-align: center;
  color: aliceblue;
  font-family: cursive;
  font-size: large;
  q {
    color: black;
  }
}

.tr {
  color: rgb(33, 28, 69);
}
#Contact {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  color: azure;
  background-color: rgb(201, 150, 178);
  font-family: cursive;
}
.contact {
  background-color: rgb(201, 150, 178);
  width: 100%;
  height: 55 vh;
  text-align: center;
  color: black;
  font-family: cursive;
  font-size: large;
  padding-top: 20px;
  line-height: 40px;

  input {
    margin-left: 20px;
    padding: 7px;
    border-radius: 8px;
  }
  label {
    margin-right: 80px;
    text-shadow: 8cap black;
  }
  .address {
    margin-right: 20px;
  }
  .msg {
    margin-top: 2px;
    padding-right: 20px;
    padding-bottom: 40px;
    margin-left: 10px;
  }

  .button-33 {
    background-color: #daa4da;
    border-radius: 100px;
    box-shadow: rgba(59, 42, 63, 0.2);
    color: rgb(13, 12, 14);
    cursor: pointer;
    display: inline-block;
    font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto,
      sans-serif;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border-color: black;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }

  .button-33:hover {
    box-shadow: black;
    transform: scale(1.05) rotate(-1deg);
  }
}
