/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 2;
  }
  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;
    align-self:
  }

  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px;
    
  }

  .floated-image {
    float: center;
    
  }
  
  #box {
  border: 1px solid;
  padding: 10px;
  box-shadow: 5px 10px #888888;
  }

  #contactform {
    padding: 2em;
    background-color: white;
  }

  #Rotate {
  border: solid;
   border-color: Black;
   border-width: thin;
   font-size: 30px;
   margin: 50px;
   width: 140px;
   height: 40px;
   transform: rotate(140deg);
   -ms-transform: rotate(140deg);
   -webkit-transform: rotate(140deg);
  }
  .dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 28px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
  table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 55%;
  }
  td {
    border: 1px solid #999;
    padding: 0.5rem;
    text-align: left;
  }
  th {
    border: 1px solid #999;
    padding: 0.5rem;
    text-align: center;
  }

  form [type="submit"] {
  border-radius: .4rem;
  margin: 2rem 1rem 2rem 0;
  padding: .5rem;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 1.5rem;
  }

  form [type="reset"] {
  border-radius: .4rem;
  margin: 2rem 0rem 2rem 1rem;;
  padding: .5rem;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 1.5rem;
  }
/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: arial;
    }

    .container {
      text-align: center;
      width: 989px;
      margin: 0 auto;
      font-size: 1.5rem;

     }
    .leftcontainer {
          text-align: left;
          width: 989px;
          margin: 0 auto;
          font-size: 1.5rem;

     }
    .footer {
      text-align: center;
      padding-top: 2em;
      padding-bottom: 1em;
    }