* {
  box-sizing: border-box;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, 'Helvetica Neue', Arial, sans-serif;
  margin: auto;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 165px 0 124px;
  width: 100%;
  margin: auto;
  border: #17479e;
  height: 100vh;
  background-color: #242729;
  background-image: url(./assets/world.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 70px;
  background-origin: padding-box;
}
.light-mode {
  background-color: #c7d0fc;
  padding: 0;
}
.light-mode img {
  width: 100%;
  margin-bottom: 20px;
}
.header h3 {
  text-align: center;
  color: #17479e;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  line-height: 36px;
}

.header {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-style: normal;
}

h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  flex-grow: 0;
  margin: 16px 0px;
}

.logo {
  margin-top: 0;
}

.logo img {
  width: 360px;
}
.btn {
  align-items: center;
  padding: 16px 40px;
  background: #17479e;
  border-radius: 100vmax;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  margin: 16px 0px;
  cursor: pointer;
  text-decoration: none;
}
.btn:hover {
  background: #082c6e;
}
iframe {
  margin-top: 20px;
}
.reg-bg {
  background-image: url('/assets/party.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  padding: 0;
}
