@import url('https://fonts.googleapis.com/css2?family=National+Park:wght@200..800&family=Passions+Conflict&family=Special+Gothic+Expanded+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=National+Park:wght@200..800&family=Passions+Conflict&family=Special+Gothic+Expanded+One&family=Syne+Mono&display=swap');

body {
  padding: 0;
  margin: 0;
  color: #333333;
  background-image: url("https://gallery.bramm.ovh/nova-themes/bramm-light/assets/back.jpg");
  background-repeat: space;
  min-height:100%;
  background-size:cover;
  background-color: #777;
  font-family: "Syne Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.logo {
  font-family: "Passions Conflict", cursive;
  font-size: 64px;
  font-weight: bold;
  letter-spacing: 0.3rem;
  color: #fff;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #333333;
}
.logo a {
  color: inherit;
  text-decoration: none;
}

a.link-back {
  text-decoration: none;
}

content img {
  width: 100%;
  object-fit: cover;
}

@media (hover: hover) and (pointer: fine) {
  content .element {
    transition: transform .4s;
  }

  content .element:hover {
    transform: scale(1.02);
  }  
}
.content {
  padding:50px;
  margin: 25px;
}
content .element a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 960px){
  h1 {
    font-size: 2rem;
  }
}

@media (max-width: 540px){
  h1 {
    font-size: 1.5rem;
  }
}

footer .footerText a, footer .footerText a:hover {
  text-decoration: underline;
  color: #fff;
  font-size: 18px;
}

