@charset "utf-8";
/* CSS Document */
html, body{
    margin:0;
  }
  .header, a{
    background-color:#500;
    color:yellow;
    padding:20px;
  }
  .main{
    border-bottom:1px solid white;
    border-top:1px solid white;
  }
  .footer{
    background-color:#500;
    color:yellow;
    padding:20px;
    text-align:center;
  }
