.img-box {
  background-image: url(./assets/wallpaperflare.com_wallpaper.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.text-box {
  min-height: 100vh;
}

.title {
  font-family: Pacifico;
  font-weight: 400;
  font-size: 32px;
}

.text {
  color: rgb(54, 54, 54);
  text-align: center;
  line-height: 1.4;
  font-size: 18px;
}

.owner {
  font-family: Pacifico;
  font-weight: 600;
  font-size: 24px;
}

.date {
  font-family: Lato;
  font-weight: 600;
  font-size: 24px;
}

body {
  background-color: #f0f0f0;
  font-family: Lato;
  color: rgba(121, 80, 9, 1);
  overflow-x: hidden;
}

.location-link {
  width: 50px;
  height: 50px;
  margin: 0 10px;
}
img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ring-box {
  width: 100px;
  height: 100px;
}



