#border__top, #border__right, #border__bottom, #border__left {
  position: fixed;
  z-index: 2;
  background-color: white;
}
#border__top {
  top: 0;
  height: 14px;
  width: 100%;
}
#border__right {
  right: 0;
  width: 14px;
  height: 100%;
}
#border__bottom {
  bottom: 0;
  width: 100%;
  height: 14px;
}
#border__left {
  left: 0;
  width: 14px;
  height: 100%;
}

#vandal {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#getme {
  position: fixed;
  z-index: 3;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}



.text{
    font-size: 60px;
    color: white;
}