/**
 * garrIndex.css
 * author: Corey Barnes
 * updated: 13 August, 2022
 */

body {
  background-color: #000000;
  color: #FFFFFF;
  font-family: Arial, serif;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a:link {
  color: #E0E0E0;
}
a:visited {
  color: #E0E0E0;
}
a:hover {
  color: #FF6342;
}

table {
  text-align: center;
  width: 90vw;
  padding-top: 5vw;
}

footer {
  text-align: center;
  padding-top: 5vw;
}