*, *::after, *::before {
  box-sizing: border-box;
}

embed {
	overflow: hidden;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 200ms ease-in-out;
  border-radius: 10px;
  z-index: 10;
  background-color:#1E1E1E;
  width: 80%;
  max-width: 80%;
  align-content: center;
  font-size: 2vmin;
  color: white;
  overflow: hidden;
}

.modal.active {
  transform: translate(-50%, -50%) scale(1);
}

.modal-header {
  padding-right: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid white;
  font-size: 2vmin;
  padding-bottom: 2%;
}

.modal-header .title {
  font-size: 3vmin;
  font-weight: bold;
  font-family: Arial, sans-serif;
  color: white;
}

.modal-header .close-button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  font-size: 4vmin;
  font-weight: bold;
  color: white;
}

.modal-body {
  padding: 10px 15px;
  font-family: Arial, sans-serif;
  font-size: 1.5vmin;
}

#overlay {
  position: fixed;
  opacity: 100;
  transition: 200ms ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
}

#overlay.active {
  opacity: 100;
  pointer-events: all;
  background-color:#1E1E1E;
}

button {
  background-color: transparent;
  border: none;
  color: transparent;
}

.container {
	position: relative;
}

.container .Jen {
	position: absolute;
	height: 28%;
	width: 20%;
	top: .5%;
	left: 34%;
	cursor: pointer;
}

.container .gayle {
	position:absolute;
	height: 28%;
	width: 20%;
	top: 6%;
	left: 57%;
	cursor: pointer;
}

.container .tona {
	position:absolute;
	height: 27%;
	width: 20%;
	top: 30%;
	left: 77%;
	cursor: pointer;
}

.container .angie {
	position:absolute;
	height: 27%;
	width: 20%;
	top: 60%;
	left: 69%;
	cursor: pointer;
}

.container .alex {
	position:absolute;
	height: 29%;
	width: 20%;
	top: 71%;
	left: 46%;
	cursor: pointer;
}

.container .jessica {
	position:absolute;
	height: 28%;
	width: 20%;
	top: 67%;
	left: 22%;
	cursor: pointer;
}

.container .kelsea {
	position:absolute;
	height: 28%;
	width: 20%;
	top: 44%;
	left: 2%;
	cursor: pointer;
}

.container .talia {
	position:absolute;
	height: 27%;
	width: 20%;
	top: 15%;
	left: 11%;
	cursor: pointer;
}