@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500&display=swap");

body {
  background-image: url(../images/background_top.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: scroll; */
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: multiply;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.text-center {
  text-align: center;
}

.font_size_15 {
  font-size: 15px;
  font-family: "Cinzel", serif;
}

.font_size_10 {
  font-size: 10x;
}

.white {
  color: #7c7a7a;
}

header {
  width: 100%;
}

header .logo {
  padding-top: 20px;
}

header a img {
  width: 300px;
  margin: 0 auto;
}

h2 {
  margin-top: 70px;
  width: 100%;
  text-align: center;
  display: none;
}

p {
  margin-top: 10px;
  width: 100%;
}

footer {
  margin-top: auto;
}

footer p {
  padding: 20px;
  writing-mode: vertical-rl;
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1024px) {
}
