.logo {
  display: block;
  width: 50%;
  margin: 325px auto;
}

body {
  font-family: 'roboto',sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 14pt;
  letter-spacing: 1px;
}


.footer {
    position: fixed;
    left: 0;
    bottom: 20pt;

    width: 100%;
        text-align: center;
  }
