
.center {
    text-align: center;
    
}

body {
    background-color: rgb(0, 0, 0);
    font-family: 'Courier New', Courier, monospace;
    color: lightgreen;
}

img {
    width: 200px;

}

.right {
    float: right;
}

#past {
    /*I did not end up needing to use the id elements, but this is proof I know how*/
    color: lightgreen; /*"Do not use empty rulesets (I just did the same color so it would get off my back)"*/
}

.info {
    width: auto;
    border: 15px solid linen;
    border-radius: 15px;
    padding: 10px 200px 10px 200px;
    margin: 2px 200px 2px 200px;
    background-color: black;
  }

h1 {
    font-size: 50px;
}

h2 {
    font-size: 0.1px;
    color: rgba(0, 0, 0, 0)
}