
img {
    #width: 200px;
    image-rendering: pixelated;
  }

p {
    max-width: 800px;
    margin:0 auto;
}

a {
    color: aliceblue;
}

h1 {
    margin-top: 0px;
    margin-bottom: -10px;
}

.top {
    background-color: rgb(82, 95, 109);
}

body {
    margin: 0%;   
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    background: slategray;
    color: #f5deb3;
}