
ul {
  list-style-type: square;

}
a:visited {
  color: hotpink;
}


.content {
  display: flex;
  flex-direction: column;
}
.row {
  display: flex;
  justify-content: space-between;
}
.row:nth-child(4n-2) {
  flex-direction: row-reverse;

}
.row:nth-child(2n):last-child .item {
  margin-right: auto;
}

.row:nth-child(4n-1) {
  flex-direction: row-reverse;
}

.item {
width: 13rem;
height: 8rem;
background-color: rgba(255, 89, 174,0.8);
margin-bottom: 3rem;

}

#body-wrapper 
{

}
