/* Applies to the entire body of the HTML document (except where overridden by more specific
selectors). */
body {
  font-family: arial, sans-serif;
  font-size: 14px;
  background-color: rgb(105,105,105);
  /* background-image: url('background.jpg'); */
}

/* Applies to all <h1>...</h1> elements. */
h1 {
  font-size: 35px;
  font-weight: normal;
  margin-top: 5px;
  text-align: center;
}

.page {
  margin-left: 200px;
  margin-right: 200px;
  background-color: rgb(240,240,240);s
}
.logo {
  text-align: center;
}

.menu { 
  color: black; 
  height: 200px;
  margin: auto;
  text-align: center;
}

.menu table {
  margin: 0 auto;
}

.menu td {
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}

.content { 
  color: black; 
  height: auto;
  padding: 0 auto;
}

.main {
  text-align: center;
  margin-bottom: 200px;
  margin-left: 130px;
  margin-right: 130px;
  font-size: 26px;
}

.news {
  border:1px solid black;
  margin: 0 200px;
}

footer {
  text-align: center;
}

span.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  width: 180px;
  display: inline-block;
}

span.gallery:hover {
  border: 1px solid #777;
}

span.gallery img {
  width: 100%;
  height: auto;
}

span.desc {
  padding: 15px;
  text-align: center;
}