

.main {
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 20px;
  line-height: 1.6;
  padding: 20px;
  color: #002e6b;

  margin-top: 70px;
  width: 100%;
 
}
h1 {
 font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 15px;
  /* margin-bottom: 40px; */
}
.invitation {
  font-family: "Caveat", cursive;
    font-size: 50px;
    line-height: 80px;
    color: #ff0000;
}
.contact-info {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-direction: row;
 width: 100%;

  /* border: 1px solid #000; */
}

.contact_block1 {
  width: 70%;
  height: 100%;
color: #002e6b;
}

.contact_block2 {
 width:30%;
color: #002e6b;
}

iframe {

  width: 100%;
  height: 400px;
  /* border: none; */
  border-radius: 8px;
  border: 1px solid #000;
}