@charset "UTF-8";

::selection {
  background: #89c7a792;
  color: #e3e3e3;
}

.top-border {
  position: fixed;
  top: 3%;
  left: 2%;
  right: 2%;
  height: 100vh;
  border-radius: 0 0 0 0;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  box-sizing: border-box;
  z-index: 0;
  pointer-events: none;
}
