@import url('https://fonts.cdnfonts.com/css/tw-cen-mt-std');
body {
  background-color: black;
  color: white;
  font-family: 'Tw Cen MT Std', sans-serif;
  font-size: 24px;
}
a {
  background-color: transparent;
  color: #7fffd4;
  text-decoration: underline;
}
a:visited {
  background-color: transparent;
  color: MediumSpringGreen;
  text-decoration: underline;
}

a:hover {
  background-color: transparent;
  color: yellow;
}

.imgColumn {
  float: left;
  width: 25%;
  padding: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}