body{
  font-family: helvetica;
  font-size: 50px;
}

.disconnect:hover{
  color: red;
}

.from:hover{
  color: orange;
}
.desire:hover{
  color: yellow;
}

div{
  display: inline-block;
  padding-left: 200px;
  border-bottom: 10px solid black;
}


a{
  height: 100vh;
  top: 0;
  right: 0;
  font-size: 22px;
  background-color: black;
  color: red;
  text-decoration: none;
  letter-spacing: 2em;
}

.SURRENDER
{
  position: fixed;
  top: 50px;
}