body {
  background-color: #ffffff;
  background-opacity: 0.6;

}


.photoboothvid {
    height: 100%;
    width: 100%;
    position: center;
    padding: 20px;
    }
    
.google-maps {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;     /* Centers vertically (optional) */
    width: 100%;            /* Set a height if you want vertical centering */
    height: 600px;

}


.google-maps iframe {
    height: 100%;
    width: 100%;
    border: 2px solid #ffffff;
    padding: 20px;
}

  a:link {
      color: #f2f2f2;
      font: italic;
    }

    a:visited {
      color: pink;
      font: italic;
    }

.image {
  width: 1000px;           /* Adjust box width */
  height: auto;           /* Let height adjust or set a max */
  padding: 10px;
  border: 2px solid #ccc;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.image img {
  width: 100%;            /* Fit inside box */
  height: auto;           /* Keep aspect ratio */
  display: block;
}

.grid {
  display: grid;
  grid-template-columns: 100%;
  column-gap: 20px;
  row-gap: 40px;
  position: center;
  justify-content: space-between;
}

.container {
  display: flex;
  justify-content: center;

}

.containerrsvp {
  padding: 400px;
  background-color: #000000;
  opacity: 0.4;

}

.containertimeline {
  display: grid;
  justify-content: center;
  padding: 20px;

}

.box {
  padding: 500px;
  margins: 100px;

}

h1 {
  font-family: "Lavishly Yours", cursive;
  text-align: center;
  font-weight: 500;
  font-size: 150px;
  font-style: normal;
  color: #f2f2f2;
}

h2 {
  font-family: "Lavishly Yours", cursive;
  text-align: center;
  font-weight: 200;
  font-size: 75px;
  font-style: normal;
  color: #f2f2f2;
}

space {
    display: inline-block;
    padding-top: 2rem;
    padding-bottom: 2rem;
    opacity: 0;
}


h3 {
  font-family: "Lavishly Yours", cursive;
  text-align: center;
  font-weight: 200;
  font-size: 40px;
  font-style: normal;
  color: #f2f2f2;
}

h4 {
  font-family: "Lavishly Yours", cursive;
  text-align: center;
  font-weight: 200;
  font-size: 30px;
  font-style: normal;
  color: #f2f2f2;
}

h5 {
  font-family: "Lavishly Yours", cursive;
  text-align: center;
  font-weight: 200;
  font-size: 75px;
  font-style: normal;
  color: #000000;
}


h6 {
  font-family: "Lavishly Yours", cursive;
  text-align: center;
  font-weight: 200;
  font-size: 40px;
  font-style: normal;
  color: #000000;
}

h7 {
  font-family: "Lavishly Yours", cursive;
  text-align: center;
  font-weight: 200;
  font-size: 30px;
  font-style: normal;
  color: #000000;
}


.topnav {
  overflow: hidden;
}

.topnav a {
  color: #f2f2f2;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
}

  

