/* proposal.css
*/

body {
  background-image: linear-gradient(to right, #ded, #fff, #ded);
  background-color: #ded;
  color: #333;
}

a {color:#084;}
a:hover {color:#3be;}
.disable {color: #666;}

aside {
  border-bottom: solid #666 0.5px;
  width: 25em;
  margin: 0 auto;
  padding: .5em;
}
aside ul {list-style:none;}
aside li {text-align:center;}


.header {
  height: 3em;
  width: 100%;
  opacity: 0.3;
  background-image: url('');
  background-repeat: repeat-x;
  background-size: contain;
}
.header h1 {
  position: absolute;
  top: 36vw;
  width: 100%;
  font-size: 4vw;
  text-shadow: #111 0.2em 0.2em 0.2em;
}

