html,
body {
  margin: 0;
  padding: 0px;
  width: 100%;
  height: 100%;
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    sans-serif;
  background: radial-gradient(circle at 50% 50%, #2b2b2b, rgb(25, 25, 25));
  color: white;
}
body {
}

html {
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

.logo {
  display: block;
  width: 500px;
  margin-bottom: 60px;
  margin-top: 90px;
  max-width: 70%;
}

.title {
  font-size: 1.5em;
  font-weight: 100;
  letter-spacing: -0.02em;
  margin-bottom: 0px;
  color: #c7c7c7;
}

.subtitle {
  font-size: 22px;
  font-weight: 200;
  color: #c7c7c7;
  letter-spacing: 0.02em;
}

.date {
  margin-top: 10px;
  font-size: 36px;
  font-weight: 700;
}

p {
  margin-top: 60px;
  font-size: 18px;
  color: #c7c7c7;
}

iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
