.gaussian_box {
  width: 100%;
  /* height: 100%; */
  height: calc(100% - 85px);
  min-height: 66px;
  position: absolute;
  /* bottom: 0; */
  top: 83px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: rgba(255,255,255,0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 0;
  z-index: 100;
 }
 .gaussian_text {
  font-weight: 500;
  font-size: 14px;
  color: #020E19;
  line-height: 24px;
  margin-bottom: 3px;
 }
 .gaussian_btn {
  width: 111px;
  height: 30px;
  background: #2372FF;
  border-radius: 19px;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
 }