body {
  background-color: #cfe2f3;

  color: #073763;
  font-family: "La Belle Aurore";
  font-size: 22px;
  letter-spacing: 2px;
}

.top-picture {
  display: block;
  margin-left: auto;
  margin-right: auto;

  margin-top: 10%;
  height: auto;
  max-width: 700px;

  border-radius: 50%;
}
@media (max-width: 800px) {
  .top-picture {
    max-width: 350px;
  }
}
.center-picture {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 400px;

}

@media (max-width: 800px) {
  .center-picture {
    max-width: 200px;
    padding-top: 15px;
  }
}
.profile-name {
  display: block;
  text-align: center;
  color: #073763;
  font-family: "La Belle Aurore";
  letter-spacing: 2px;
  padding: 30px;
  font-size: 72px;
}
@media (max-width: 800px) {
  .profile-name {
    font-size: 38px;
  }
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 800px) {
  .container {
    flex-direction: column;
  }
}

.section-subtitle {
  text-align: left;
  color: #073763;
  font-family: "La Belle Aurore";
  letter-spacing: 2px;
  font-size: 36px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 800px) {
  .section-title {
    font-size: 24px;
  }
}

.text {
  font-size: 24px;
  padding-left: 20px;
}
.section-title {
  text-align: center;
  color: #073763;
  font-family: "La Belle Aurore";
  letter-spacing: 2px;
  font-size: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 800px) {
  .section-title {
    font-size: 36px;
  }
}
.section-spacer {
  padding: 15px;
}
.section-text {
  text-align: left;
  text-indent: 20px;
  font-family: "Merriweather";
  letter-spacing: 0px;
  font-style: normal;
  font-size: 24px;
  padding-left: 30px;
  padding-right: 30px;
}
.section-text-ni {
  text-align: left;
  text-indent: 0px;
  font-family: "Merriweather";
  letter-spacing: 0px;
  font-style: normal;
  font-size: 24px;
  padding: 15px;
}
.section-table {
  text-align: left;
  font-family: "Merriweather";
  letter-spacing: 0px;
  font-style: normal;
  font-size: 24px;
  padding-left: 15px;
  padding-right: 15px;
}
.links {
  text-align: center;
  margin-top: 20px;
  border: 1px solid #073763;
  border-width: 2px;
  padding: 20px;

  width: 290px;
  display: block;
  margin-left: auto;
  margin-right: auto;

  border-radius: 40px;

  font-size: 18px;
}

.rsvplink {
  text-align: center;
  margin-top: 20px;
  border: 1px solid #073763;
  border-width: 2px;
  color: #073763
  padding: 20px;

  width: 290px;
  display: block;
  margin-left: auto;
  margin-right: auto;

  border-radius: 40px;

  font-size: 18px;
}

a {
  text-decoration: none;

  color: #073763;
  transition: color 1s;
}

a:hover {
  color: black;
  background-color: white;
}
