* {
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(./images/baho-1.jpg);
  height: 100vh;
  width: 100vw;
  background-position: center;
  background-size: cover;
}
.page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50rem;
  height: 30rem;
  flex-direction: column;
  color: #23001e;
  text-align: center;
  font-family: "Dosis", sans-serif;
  background-color: #ffa69ee6;
  border-radius: 3%;
  margin:0 1rem 0 1rem ;
}
h1 {
  font-size: 3.1em;
  letter-spacing: 15px;
}
hr {
  width: 50%;
  margin: 30px auto;
  border: 2.6px solid #23001e;
}

p {
  font-size: 1.8em;
  margin-bottom: 30px;
}

.email {
  margin: 5px 0 5px 0;
  font-size: small;
}
.phone-number {
  margin: 5px 0 5px 0;
  font-size: small;
}
.address {
  margin: 5px 0 5px 0;
  font-size: small;
}
.logo-img {
  width: 7.3rem;
  height: 5rem;
  margin-bottom: 1rem;
}
