   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
#test {
  height:200px;
  width:100%;
  background-image: url(../img/otterone.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 35%;
}
#test2 {
  float:right;
  width:180px;
  height:auto;
  transform: rotate(3deg);
  transition: 2s all;
}
#test2:hover {
  width:120px;
  transform: rotate(363deg);
}
.left {
  float:left;
}

.right {float:right;}

.clear {clear:both;}

#ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000;
}

li {
    float: left;
}

li a {
    display: block;
    color: #FFFFFF;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: #999;
}

.active {
    background-color: #999;
}



/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: arial;
      background-color:#eee;
      background-image: url(../img/otter.png);
      background-position: center;
      background-size: 100px;
      margin:0;
    }

    .container {
      width: 80%;
      margin: 0 auto;
      background-color:#fff;
      box-shadow: 0px 5px 12px rgba(0,0,0,0.3);
      padding:20px;
    }

    footer {
      padding-top:50px;
      text-align: center;
    }