h1.cover {
  text-align: left;
}

h3.cover {
    text-align: left;
}

div.title {
    height: 200px;
    width: 550px;
    
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -200px;
}

body.cover {
      background-color: lightblue;
      font-family: 'Courier New', Courier, monospace;}
    /*background-image: url('birdonwire.png');
    /*background-repeat: no-repeat;
