@import url(https://fonts.googleapis.com/css?family=Lustria|Lato:700);

html,
body {
  margin: 0;
  padding: 0;
  background: white;
}

#wrapper {
  width: 100%;
  margin: 0;
}

#content {
  margin: auto;
  width: 60%;
  max-width: 1000px;
  padding: 0;
}

p {
  font-family: 'Lustria', serif;
  font-size: 19px;
  line-height: 140%;
  text-align: center;
}

a {
  color: black;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #555555;
  text-decoration: underline;
}

#shark {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
  width: 100%;
}


@-webkit-keyframes swim  {
    0%  { -webkit-transform: rotate(0deg); }
    50%  { -webkit-transform: rotate(1deg); }
}

.swim { -webkit-animation: swim 8s infinite; }
