<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-image: url("/images/background.png");
  background-position: top;
  font-family: "Cuprum", sans-serif;
  font-size: 22px;
}

#calaStrona {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: #333;
  margin-top: 100px;
  padding: 50px;
  opacity: 0.85;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  color: white;
  border: 4px solid #931b1c;
}

h1 {
  font-family: 'Texturina', serif;
  color: white;
}

.galeria {
  width: 350px;
  height: 200px;
}

.galeria:hover {
  opacity: 0.8;

}

nav {
  opacity: 0.85;
  width: 100%;
  height: 70px;
  overflow: hidden;
  position: fixed;
  background-color: #333;
  top: 0px;
  z-index: 5;
  border-bottom: 4px solid #931b1c;
  font-weight: bold;
  font-size: 40px;
  left: 0;
}

.navlogo img {
  position: fixed;
  z-index: 6;
}

nav a {
  padding: 0px 4%;
  text-decoration: none;
  font-family: 'Texturina', serif;
  color: white;
  text-align: center;
}

nav a:hover {
  opacity: 0.75;
}

.logo {
  width: 450px;
  border-top: 50px;
}

.px {
  width: 850px;
}

h5 {
  font-weight: normal;
}</pre></body></html>