html, body {
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #8A0000;
    color: white;
    font-size:1.2em;
    font-family: 'Anton', sans-serif;
    text-shadow: 1px 1px 2px black;
  }
  
  img {
    width:250px;
  }
  
#age {
    font-size: 60px;
    font-weight: bolder;
}

  a {
    color: white;
  }
  
  #container {
    max-width:960px;
    margin: auto;
  }