body{
  margin: 0;
  background: linear-gradient(#5677BF, teal) no-repeat center center fixed;
}

a{
  text-decoration: none;
  color: #EEEEEE;
}

.header{
  background-color: #343131;
  height: 100px;
  width: 100%;
  opacity: 0.9;
}

.header h1{
  margin: 0;
  padding-top: 30px;
  text-align: center;
  font-size: 40px;
  color: #EEEEEE;
}

.logout{
  position: fixed;
  top: 0;
  right: 0;
  margin-top: 10px;
  margin-right: 5px;
}

.footer{
  margin-top: 10px;
  position: fixed;
  bottom: 0;
  height: 50px;
  background-color: #343131;
  width: 100%;
  padding: 8px;
  color: #EEEEEE;
  text-align: center;
}
