html,
body {
  height: 100%;
}

body {
  background-color: #1d1d1d;
  font-family: 'Signika Negative', sans-serif;
  color: #989898;
  margin: 0 10px;
  font-size: 17px;
  text-align: center;
}
.all-gsap-effects {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container {
  position: relative;
  width: 90vw;
  height: 90vh;
  max-width: 90vh;
  max-height: 90vw;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 9px;
  border: 1px solid;
}
.flair {
  cursor: pointer;
  width: 70px;
  height: 70px;
  max-height: 15vh;
  max-width: 15vh;
}
.red {
  border: 1px solid red;
  color: red;
  padding: 10px;
}

.yellow {
  border: 1px solid yellow;
  color: yellow;
  padding: 10px;
}
.green {
  border: 1px solid green;
  color: green;
  padding: 10px;
}
.color-denoating {
  position: absolute;
  right: 20px;
  top: 20px;
}
.see-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 1px solid;
  position: absolute;
  cursor: pointer;
  left: 20px;
  top: 20px;
  z-index: 10;
  text-decoration: none;
  color: wheat;
}
