#footer{
    width:100%;
    box-sizing:border-box;
    text-align:center;
    padding:22px 20px 14px 20px;
    color:rgba(255,255,255,0.5);
    font-family:Arial, Helvetica, sans-serif;
}

#footer p{
    margin:0;
    font-size:12px;
    line-height:1.9;
}

#footer a{
    color:rgba(255,255,255,0.5);
    text-decoration:underline;
    transition:color 0.2s;
}

#footer a:hover{
    color:#00bcd4;
}

#header {
  position:fixed;
  left:0px;
  top:0px;
  height:100px;
  width:100%;
  background:#ffffff;
  text-align: left;
  -webkit-box-shadow: 3px 3px 23px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 3px 23px -10px rgba(0,0,0,0.75);
  box-shadow: 3px 3px 23px -10px rgba(0,0,0,0.75);
}
