<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: "din alternate", "gravity";
	background: url(img/portugal.jpg) no-repeat fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

* {
		margin: 0;
		padding: 0;
}

.topnav {
  background-color: #ffb366;
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 16px 18px;
  text-decoration: none;
  font-size: 18px;
  font-family: "din alternate", "gravity";
}

.topnav a:hover {
  color: black;
}

.topnav a.active {
  color: white;
  text-decoration: underline;
}

.topnav .icon {
  display: none;
}

.topnav p.push {
	float: right;
	font-weight: 700;
	font-size: 16px;
	padding-right: 3em;
	margin-top: 1em ;
	font-family: "din alternate", "gravity";
	color: white;
}


.links {
	font-weight: 900;
	font-family: "arial-black";
	font-size: 7.8vw;
	margin-top: 3rem;
	margin-left: 2rem;
}

.links a {
	color: white;
	text-decoration: none;
	opacity: 0.8;
}

.links a:hover {
	opacity: 1;
}

.links a:active {
	opacity: 0.4;
}

@media screen and (max-width: 820px) {
	.push {
		display: none;
	}

  .topnav a:not(:first-child) {
  	display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }

    .topnav.responsive {
  	position: relative;
  }
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

	.links {
		margin-top: 2em;
		font-size: 65px;
		text-align: center;
		margin-left: 0;
		font-family: "arial-black";
		width: 95%;
	}

	.links a {
		margin: 0 10px;
	}
</pre></body></html>