html {
  background: url("photos/koi.gif") no-repeat center fixed;
  background-size: cover;
}

a {
  color: white;
    padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline;
}

a:hover {
  background-color: hsla(260, 100%, 15%, 0.3);
  text-decoration: underline;
  text-align: center;
  display: inline;
}

h1 {
  font-family: VT323;
  font-size: 75px;
  color: white;
}

h2 {
  font-family: VT323;
  font-size: 48px;
  color: white;
  text-align: left;
}

h3 {
  font-family: Inconsolata;
  font-size: 36px;
  color: white;
  text-align: center;
}

.wrap {
  margin: 200 100;
  width: auto;
  padding: 5;
}

#docking {
 width: 800px;
  height: auto;
  margin: 12px 120px 12px 120px;
}

.isleofmars {
  width: auto;
  height: auto;
}

.ocean {
  position: absolute;
}

.beach-ordinancebox {
   border: 4px solid;
 width: 800px;
  height: auto;
  margin: 25px 50px 75px 100px;
   background-color: hsla(194, 100%, 62%, 0.7);
   border-radius: 20px;
}

.box-itself {
   border: 4px dashed;
}

.flex {
  display: flex;
  flex-direction: row;
  height: 261px;
  justify-content: left;
}

.flex > div {
  font-family: Inconsolata;
  overflow: auto;
}

.button {
  background: hsla(29, 100%, 50%, 1);
  font-family: Inconsolata;
  padding: 15px;
  text-align: center;
}