.container{
font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #E64285;
}
/*table{
  border: 0px solid black;
  border-collapse: collapse;
}*/
.table-shadow{
box-shadow: 0px 0px 70px #555;
}

