@import 'reset.css';

body {
    font: 12px/24px Helvetica, Arial, sans-serif;
    color: rgba(9, 9, 9, 0.8);
    background: #CCC;
    background: url(pxls.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: env(safe-area-inset, 0px); 
}
div.header {
  padding-top: 4%;
  text-align: center;
}
div.header h1.logo {
  font: 1.8em/80px Helvetica, Arial, sans-serif;
  font-weight: 200;
  background: rgba(104, 64, 0, 0.6);
  display: block;
  width: 240px;
  height: 80px;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
div.header h1.logo:hover {
  background: rgba(104, 64, 0, 0.8);
}
div.header h1.logo a {
  color: rgba(156, 232, 0, 0.8);
  text-decoration: none;
}
div.footer {
    position: fixed;
    bottom: 0px;
    right: 4%;
    padding-bottom: 2%;
}
p.copyleft {
  padding-bottom: 0px;
  font-size: .9em;
  color: #333;
}
p.copyleft a {
  color: #333;
  text-decoration-line: underline;
  text-decoration-style: dotted;
}
p.copyleft a:hover {
  color: #333;
  text-decoration-line: underline;
  text-decoration-style: solid;
}