html {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
a {
  color: white;
}

body {
  background-color: #222831;
  color: #eeeeee;
}
main {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}

.main-text {
  max-width: 290px;
  display: block;
  margin: 0 auto;
}
.meeting-info {
  font-weight: 900;
  font-size: x-large;
}
h1 {
  font-family: "Rubik Dirt", system-ui;
  font-weight: 400;
  font-style: normal;

  text-align: center;
  font-size: 40px;
}
h2 {
  font-family: "Slackside One", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 35px;
}
iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border: 0;
}
nav {
  background-color: rgb(20, 104, 103);
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

nav li {
  list-style-type: none;
  padding: 10px;
}
nav ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
}
footer {
  padding: 20px;
  border-top: solid 1px white;
  margin: 20px;
}

.logo {
  padding-bottom: 10px;
}

.logo-container {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  align-items: center;
}

.logo-text {
  font-family: "Rubik Dirt", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: larger;
  
}

.copy-button {
  background-color: transparent;
  border: none;
  padding: 0.2em;
  font-size: 1.2em;
  cursor: pointer;
  line-height: 1;
}

.copy-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.copy-message {
  opacity: 0;
  margin-left: 0.5em;
  color: rgb(255, 255, 255);
  font-weight: bold;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.copy-message.show {
  opacity: 1;
}
#contact {
  padding-bottom: 20px;
}

.hero {
  display: block;
  max-width: 1200px;
  width: 100%;
  height: auto;
}

.rsvp-form {
  background-color: #a5a7aa;
  border-radius: 10px;
  height: 1900px;
}
