@font-face {
  font-family: Gineso;
  src: url("fonts/gineso.otf") format("opentype");
}

@font-face {
  font-family: GinesoLight;
  src: url("fonts/ginesolight.otf") format("opentype");
}

@font-face {
  font-family: AcherusGrotesqueBold;
  src: url("fonts/acherus.otf") format("opentype");
}

/* #page {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  height: 100vh;
  width: 100%;
} */

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

body {
  background-color: white;
}

.event-container {
  width: 100vw;
  display: flex;
  flex-direction: row;
  height: 100vh;
  background-color: white;
}

.container-left,
.container-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container-left {
  align-items: center;
  width: 45vw;
  justify-content: flex-start;
}

.container-right {
  width: 55vw;
}

.banner {
  margin-left: -4px;
  width: 100%;
  height: 160px;
  margin-top: -2px;
}

.event-img-container {
  border-radius: 50%;
  width: 40vw;
  height: 40vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-img-structure {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 45vw;
  height: 45vw;
}

img.event-img {
  min-width: 40vw;
  height: 40vw;
  object-fit: cover;
  display: inline-block;
}

.event-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.accent-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
}

.accent {
  width: 30%;
  margin-bottom: -1px;
  margin-right: -1px;
}

.title {
  /* font-size: 48px; */
  /* color: #642667; */
  color: black;
  font-family: Gineso;
}

.title-text {
  font-size: 5vw;
  margin: 0;
  margin-right: 50px;
  /* line-height: 1rem; */
}

.register {
  font-size: 3vw;
  font-family: AcherusGrotesqueBold;
  color: #4a7d87;
  max-width: 90%;
}

.datetime {
  margin: 20px 0;
}

.date {
  font-size: 4vw;
  font-family: Gineso;
}

.time {
  font-size: 4vw;
  font-family: GinesoLight;
  margin-left: 30px;
}

.st13,
.st14,
.st15 {
  font-family: AcherusGrotesqueBold;
}

.banner-svg {
  margin-left: -2px;
  width: 100%;
}
