* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn {
  cursor: pointer;
}

.container {
  position: absolute;
  width: 300px;
  height: 250px;
  background: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.border {
  position: absolute;
  pointer-events: none;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
}

#exit {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: 100% 100%;
  background-position: 0px 0px, 0px 0px;
  background-image: linear-gradient(0deg, #000000ff 30%, #00000000 50%),
    linear-gradient(0deg, #ff000000 75%, #000000ff 100%);
}

.bgContainer {
  position: absolute;
  width: 100%;
  height: 100%;
}

.background {
  position: absolute;
  width: 580px;
  height: 414px;
  top: -85px;
  left: -140px;
  transform: scale(0.5);
}

.copy {
  width: 173px;
  height: 96.5px;
  position: absolute;
  top: 143px;
  left: 11px;
  opacity: 0;
}

.better {
  position: absolute;
  width: 86px;
  height: 23px;
  top: 212px;
  left: 11px;
  opacity: 0;
}

.everything {
  position: absolute;
  width: 214px;
  height: 61.5px;
  top: 173px;
  left: 12px;
  opacity: 0;
}
.cta {
  position: absolute;
  opacity: 0;
  width: 85px;
  height: 26px;
  right: 11px;
  top: 208px;
}

.logo {
  position: absolute;
  display: flex;

  left: 10px;
  top: 10px;
  opacity: 0;
  width: 111px;
  height: 52.5px;
}
