body {
  background-image: url('');

}

a {
  text-decoration: none;

}

.logo a {
  font-size: 30px;

}

.menu a {
  color: rgb(255, 255, 255);

}

.menu a:hover {
  color: rgb(136, 136, 136);

}

.footertext a {
  color: rgb(136, 136, 136);
  font-weight: normal;
  font-size: 10px;
  text-decoration: none;

}


