body {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/myimages/bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  text-align: center;
  margin-top: 30px;
  height: 100vh;
}

.title {
  font-size: 75px;
  color: #ff00ff;
  text-shadow: 0px 0px 5px black;
  font-weight: 900;
}

.adres {
  font-size: 25px;
  color: rgb(255, 255, 255);
  text-shadow: 0px 0px 5px black;
}

.tel {
  font-size: 25px;
  margin-bottom: 30px;
}

.tel a {
  text-decoration: none;
  color: white;
  text-shadow: 0px 0px 5px black;
}

.mail {
  font-size: 25px;
}

.mb-01 {
  margin-top: 10px;
}

.mail a {
  text-decoration: none;
  color: white;
  text-shadow: 0px 0px 5px black;
}

.dog-logo {
  width: 50vw;
  max-width: 450px;
  margin-top: 30px;
}
