body
{
  font-family: helvetica;
}

a
{
  text-decoration: none;
  color: black
  font-size: 20px;
}

a:hover {
  color: red;
}

a:visited {
  color: black;
}

.home{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  color: white;
  background-color: darkgrey;
  text-align: center;
  letter-spacing: .2em;
  text-decoration: bolder;
  font-size: 34px;

}