html {
  background-color: #000000;
  color: #f1f1f1;
  text-align: center;
  padding-top: 20px;
  font-family: 'Titillium Web', sarif;
  font-size: 18px;
  width: 100%;
}

body {
  max-width: 1400px;
  margin: 0 auto;
}

a {
  color: #cccccc;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

h1 a {
  font-family: Kalam;
  text-decoration: underline;
  color: #ffffff;
}

h1 a:hover {
  text-decoration: underline;
}

menu{
  padding: 0 0 10px 0;
  border-bottom: solid 1px #cccccc;
}

menu a {
  text-decoration: none;
  padding: 0 10px;
}

.front_cats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.front_cats a {
  padding: 20px;
}

.front_cats a img {
  border: solid 1px #ffffff;
}

.front_cats a img:hover {
  border: solid 1px #000000;
}

footer p {
  border-top: solid 1px #cccccc;
  margin-top: 25px;
  padding-top: 20px;
}
