body {
  background-color: white;
  color: black;
  font-family: Verdana;
  display: flex;
  flex-direction: column;
  align-items: center;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section#connections{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

article{
  margin: 5px;
  padding: 5px;
}
