body {background-color:#555}

body {font-family: "Nunito", "Momo Trust Display" sans-serif}

.navbar {
  width: 100%;
  background-color: #555;
  overflow: auto;
  position: fixed;
  top: 0;
}

.navbar a {
  float: left;
  padding: 12px;
  color: white;
  text-decoration: none;
  font-size: 17px;
  font-family: "Nunito", sans-serif;
}

.navbar a:hover {
  background-color: #45444E;
}

.active {
  background-color: #DD476A;
}

@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
  }
}

img {
  float: right;
}

.editor {
  padding-bottom: 50px;
}

h1 {
  font-size: 48px;
  font-family: "Momo Trust Display", sans-serif;
}

.newsarea {
  padding: 5em;
  background-color: black;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto;
  color: white;
  column-gap: 30px;

}

.newsarea > h2 {
  font-size: 48px;
  font-family: "Momo Trust Display", sans-serif;
}

.newsarea > p {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
}

.newsarea > img {
  border: solid;
  border-color: white;
  border-width: 10px;
}

h1 {
  text-align: center;
  font-size: 48px;
  font-family:"Momo Trust Display", sans-serif;
}

.projectarea {
  padding: 50px;
  background-color: black;
  display: grid;
  grid-template-columns: auto auto;
  color: white;

}

.projectarea > img {
  border: solid;
  border-color: white;
  border-width: 10px;
}

.footer {
  background-color:black;
  color:white;
  padding: 5em;
  font-family: "Nunito", sans-serif;
}

.filmsarea > h2 {
  font-size: 48px;
  font-family: "Momo Trust Display", sans-serif;
}

.filmsarea > p {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
}

.filmsarea > img {
  border: solid;
  border-color: white;
  border-width: 10px;
}

.filmsarea {
  padding: 5em;
  background-color: black;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto;
  color: white;
  column-gap: 30px;

}

.faqarea {
  padding: 50px;
  background-color: black;
  display: grid;
  grid-template-columns: auto auto;
  color: white;
}

.faqarea > li {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
}

.faqarea > p {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
}

.whatarea {
  padding: 5em;
  background-color: black;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto;
  color: white;
  column-gap: 30px;
}

.whatarea > h2 {
  font-size: 48px;
  font-family: "Momo Trust Display", sans-serif;
}

.whatarea > p {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
}