#foot{
  background-color: rgba(38, 38, 38,0.9);
  padding-right: 10%;
  padding-left: 25%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  bottom: 0;
  position: fixed;
  width: 64.6%;
}



#foot a{
  text-decoration: none;
  font-size: 100%;
  color: #c0c0c0;
  padding-top: 0%;
}

#foot a:hover{
  color: #0099cc;
}