body {
  background-color: #efe9d9;
  background-image: url(../assets/mile-house-six.jpg);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
}

main {
  position: relative;
  display: flex;
  height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
  resize: both;
  overflow: auto;
}

.header {
  position: relative;
  /* top: 50%;
        left: 50%; */
  /* width: 400px;
        height: 200px; */
  margin: auto;
  padding: 40px;
  /* border: 5px solid black; */
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.25);
}

.logo {
  font-size: 36px;
  margin-bottom: 24px;
  font-family: "Gravitas One", serif;
  font-weight: 400;
  font-style: normal;
}

.contact {
  font-family: "EB Garamond", serif;
  /* font-optical-sizing: auto; */
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  color: black;
}

.contact-phone {
  padding: 24px 0;
}

a {
  font-family: "EB Garamond", serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  color: black;
  text-decoration: none;
}

.button {
  background-color: #000;
  padding: 16px 8px;
  color: white;
  border-radius: 8px;
}/*# sourceMappingURL=style.css.map */