

.fs70{
  font-size: 70px !important;
}
.fs80{
  font-size: 80px !important;
}
.fs90{
  font-size: 90px !important;
}
.fs100{
  font-size: 100px !important;
}
.fs110{
  font-size: 110px !important;
}
.fs120{
  font-size: 120px !important;
}
.fs130{
  font-size: 130px !important;
}
.fs140{
  font-size: 140px !important;
}
.fs150{
  font-size: 150px !important;
}
.fs160{
  font-size: 160px !important;
}

.kare{
  width: 200;
  max-height: 80;
}

.rounded-rectangle {
  width: 60px;
  max-height: 24px;
  border-radius: 4px;
}



.bg15 {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#CBDA00),
    to(#ffffff)
  );
  background-image: linear-gradient(to top, #CBDA00 0%, #ffffff 100%);
  height: 100vh;
}

.bg15_show {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#CBDA00),
    to(#ffffff)
  );
  background-image: linear-gradient(to top, #CBDA00 0%, #ffffff 100%);
}

.bg14 {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#40AA07),
    to(#ffffff)
  );
  background-image: linear-gradient(to top, #40AA07 0%, #ffffff 100%);
  height: 100vh;
}
.bg14_show {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#40AA07),
    to(#ffffff)
  );
  background-image: linear-gradient(to top, #40AA07 0%, #ffffff 100%);
}

.bg13 {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#0093E9),
    to(#ffffff)
  );
  background-image: linear-gradient(to top, #0093E9 0%, #ffffff 100%);
  height: 100vh;
}

.bg13_show {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#0093E9),
    to(#ffffff)
  );
  background-image: linear-gradient(to top, #0093E9 0%, #ffffff 100%);
}

.bg1 {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#96fbc4),
    to(#f9f586)
  );
  background-image: linear-gradient(to top, #96fbc4 0%, #f9f586 100%);
  height: 100vh;
}

.bg1_show {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#96fbc4),
    to(#f9f586)
  );
  background-image: linear-gradient(to top, #96fbc4 0%, #f9f586 100%);
}

.bg2 {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ff0844),
    to(#ffb199)
  );
  background-image: linear-gradient(to top, #ff0844 0%, #ffb199 100%);
  height: 100vh;
}

.bg2_show {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ff0844),
    to(#ffb199)
  );
  background-image: linear-gradient(to top, #ff0844 0%, #ffb199 100%);
}

.bg3 {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#434343),
    to(black)
  );
  background-image: linear-gradient(to right, #434343 0%, black 100%);
  height: 100vh;
}

.bg3_show {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#434343),
    to(black)
  );
  background-image: linear-gradient(to right, #434343 0%, black 100%);
}

.bg4 {
  background-image: radial-gradient(
    circle 610px at 5.2% 51.6%,
    rgba(5, 8, 114, 1) 0%,
    rgba(7, 3, 53, 1) 97.5%
  );
  height: 100vh;
}

.bg4_show {
  background-image: radial-gradient(
    circle 610px at 5.2% 51.6%,
    rgba(5, 8, 114, 1) 0%,
    rgba(7, 3, 53, 1) 97.5%
  );
}

.bg5 {
  background-image: linear-gradient(135deg, #f5cbff 10%, #c346c2 100%);
  height: 100vh;
}

.bg5_show {
  background-image: linear-gradient(135deg, #f5cbff 10%, #c346c2 100%);
}

.bg6 {
  background-image: linear-gradient(135deg, #fff3b0 10%, #ca26ff 100%);
  height: 100vh;
}

.bg6_show {
  background-image: linear-gradient(135deg, #fff3b0 10%, #ca26ff 100%);
}

.bg7 {
  background-image: linear-gradient(135deg, #92ffc0 10%, #002661 100%);
  height: 100vh;
}

.bg7_show {
  background-image: linear-gradient(135deg, #92ffc0 10%, #002661 100%);
}

.bg8 {
  background-image: linear-gradient(135deg, #92ffc0 10%, #002661 100%);
  height: 100vh;
}

.bg8_show {
  background-image: linear-gradient(135deg, #92ffc0 10%, #002661 100%);
}

.bg9 {
  background-image: linear-gradient(135deg, #fff720 10%, #3cd500 100%);
  height: 100vh;
}

.bg9_show {
  background-image: linear-gradient(135deg, #fff720 10%, #3cd500 100%);
}

.bg10 {
  background-image: linear-gradient(
    45deg,
    #fa8bff 0%,
    #2bd2ff 52%,
    #2bff88 90%
  );
  height: 100vh;
}

.bg10_show {
  background-image: linear-gradient(
    45deg,
    #fa8bff 0%,
    #2bd2ff 52%,
    #2bff88 90%
  );
}

.bg11 {
  height: 100vh;
  background-color: #fbab7e;
  background-image: linear-gradient(62deg, #fbab7e 0%, #f7ce68 100%);
}

bg11_show {
  background-color: #fbab7e;
  background-image: linear-gradient(62deg, #fbab7e 0%, #f7ce68 100%);
}
.div-bottom {
  position: absolute;
  bottom: 0;
  height: 10% !important;
}
