body {
  -webkit-app-region: none;
  background: rgba(0, 0, 0, 0);
}
.menu{
  display: none;
}

.image_kyle {
  width: 100px;
  zoom: 2;
  height: 100px;
  margin-top: 10px;
  margin-left: 27px;
  transform: translateY(-37px);
  animation: anim 0.35s reverse;
}

@keyframes anim {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(1700px);
    transform: translateX(1700px);
  }
}

@keyframes anims {
  0% {
    transform: scale3d(0, 0, 0);
  }

  100% {
    transform: scale3d(1.5, 1.5, 1.5);
  }
}

.arrow_box {
  animation: anim2 0.3s reverse;
}

@keyframes anim2 {
  0% {
    transform: translateX(0px);
    transform: scale3d(0, 0, 0);
  }

  100% {
    transform: translateX(1000px);
    transform: scale3d(5.0, 6.0, 7.5);
  }
}

.btn_search {
  position: absolute;
  top: 78px;
  left: 172px;
  border-radius: 5px;
  border-color: #7A7A7A;
  background-color: transparent;
  -webkit-app-region: no-drag;
  cursor: pointer;
}

.btn {
  position: absolute;
  top: 78px;
  left: 32px;
  border-radius: 5px;
  border-color: #7A7A7A;
  background-color: transparent;
  -webkit-app-region: no-drag;
  cursor: pointer;
}

.btnre {
  position: absolute;
  top: 78px;
  left: 100px;
  border-radius: 5px;
  border-color: #7A7A7A;
  background-color: transparent;
  -webkit-app-region: no-drag;
  cursor: pointer;
}

.text_search {
  position: absolute;
  top: 30px;
  left: 20px;
  resize: none;
  border-radius: 5px;
  -webkit-app-region: no-drag;
}

.arrow_box {
  position: relative;
  width: 200px;
  height: 300px;
  background: #FFFFCB;
  padding: 10px;
  text-align: left;
  border: 1px solid #7A7A7A;
  font-size: 15px;
  border-radius: 20px;
}

.arrow_box:after,
.arrow_box:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}

.arrow_box:after {
  border-color: rgba(255, 255, 203, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #FFFFCB;
}

.arrow_box:before {
  border-color: rgba(122, 122, 122, 0);
  border-top-width: 11px;
  border-bottom-width: 11px;
  border-left-width: 11px;
  border-right-width: 11px;
  margin-left: -11px;
  margin-top: 1px;
  border-top-color: #7A7A7A;
}


.main {
  margin: 0 auto;
  margin-top: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
}

#conmenu {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  widows: auto;
  height: auto;
  background-color: rgb(133, 128, 124);
  border: 1px solid #eee;
}

#conmenu.show {
  display: block;
}

#conmenu li {
  list-style: none;
  margin: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding: 5px;
}

.list-group-item:hover {
  color: white;
  background-color: rgb(14, 23, 101);
}

.list-group-item {
  color: white;
}

#outbox {
  position: absolute;
  top: 100px;
}

.formtitle {
  position: absolute;
  top: 10px;
}