html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  color: #3e454c;
  background-color: #ffffff;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

a {
  color: #1784c7;
}


#foooter {
  position: fixed;
  margin-top: -200px;
  background-color:#FFF;
  bottom: 0px;
  height: 25px;
  width: 100%;
}

.logo {
    margin:0 0 0 0;
    width: 100%;
    max-width: 465px;
	text-align:center;
}

