.main {
  padding: 2em 4em;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  background: url("SiteImages/ocean.jpeg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1,
h2 {
  color: aliceblue;
  opacity: 100%;
}

.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.item {
  font-size: 200%;
  text-align: center;
  background-color: slategray;
  margin: 10px;
  padding: 2em;
  flex: 1 280px;
  color: black;
  opacity: 70%;
}

a:link {
  color: black;
  text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: none;
}

img {
  position: fixed;
  right: 0;
  bottom: 0;
  size: 50%;
  z-index: -1;
}
