body{
  font-family: helvetica;
}

.dfd{
  margin: 0 auto;
  font-size: 94px;
  line-height: 140px;
  background-color: red;
    float: left;
  width: 200px;
  height: 400px;
}

.other
{width: 200px;
  position: absolute;
  height: 1000px;
  background-color: black;
  right: 0;
  bottom:0;
}
.other1
{width: 100vw;
  height: 20px;
  position: absolute;
  background-color: blue;
  right: 200px;
  display: flex;
  flex-direction: column;
}

.other1:hover{
  background-color: white;}
a{
  color: black;
}

a:hover{
  color: white;
}