body{
  margin: 0;
  padding: 0;
  font-family: helvetica;
  font-size: 18px;
  background-color: black;

}

.disconnect {
  width: 500px;
  height: 500px;

}

.disconnect:hover {
      font-size: 78px;

    content: attr("data-hover") 


}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: red;
  font-style: italic;
  letter-spacing: .2em;
}

div{
  position: relative;
  margin-top: 10px;
  width:500px;
  margin-left: 200px;
  text-align: justify;
  background-color: white;
}

div:nth-of-type(4n){
  margin-left: 0;
}
div:nth-of-type(5n){
  margin-left: 20px;
}div:nth-of-type(7n){
  margin-left: 60px;
}

div:nth-of-type(even){
  font-style:italic;}
