<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
	background: url(img/cover1.jpg) no-repeat center center;
	background-size:cover ;
	padding-top: 20%;
	padding-bottom: 20%;
	color: #fff;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

.footer {
  background-color: #2c3e50;
  color: #ecf0f1;
  padding: 40px 20px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.footer-column {
  flex: 1;
  margin: 10px;
  min-width: 200px;
}

.footer-column h3 {
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-column p,
.footer-column ul,
.footer-column a {
  font-size: 14px;
  color: #bdc3c7;
  text-decoration: none;
  line-height: 1.6;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.social-icons a {
  display: inline-block;
  margin-right: 15px;
  color: #bdc3c7;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  font-size: 13px;
  color: #95a5a6;
  border-top: 1px solid #34495e;
  margin-top: 30px;
}
</pre></body></html>