﻿<style>
    body {
      margin: 0;
      font-family: Arial, sans-serif;
    }

    nav {
      background-color: #333;
      overflow: hidden;
    }

    nav a {
      float: left;
      display: block;
      color: #f2f2f2;
      text-align: center;
      padding: 14px 20px;
      text-decoration: none;
    }

    nav a:hover {
      background-color: #ddd;
      color: black;
    }

    .menu-right {
      float: right;
    }
  </style>

<style>
	body {
	margin: 0;
	padding:0;
	background-image:url('ship.gif');
	background-size: cover;         /* Stretch to fill screen */
      background-repeat: no-repeat;   /* Prevent tiling */
      background-position: center;    /* Center the image */
      height: 100vh;                  /* Full viewport height */
    }

    .content {
      color: white;
      text-align: center;
      padding-top: 40vh;
      font-size: 2em;
      text-shadow: 2px 2px 4px #000;
    }
  </style>


	