<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	body {
		font-size:3vw;
		}	
	
	img {
	  max-width: 100%;
	  height: auto;
	}
	.container {
	  position: relative;
	  text-align: left;
	  color: white;
	}

	.top-left {
	  position: absolute;
	  top: 0px;
	  left: 26px;
	}

	/* Style the top navigation bar */
	.topnav {
	  overflow: hidden;
	  background-color: white;
	  font-size:3em;
	}

	/* Style the topnav center */
	.topnav a {
	  display: block;
	  color: #002a46;
	  text-align: left;
	}

	/* Change color on hover */
	.topnav a:hover {
	  background-color: #002a46;
	  color: white;
	}</pre></body></html>