*{
    color: white;
    background-color: black;
    font-family: monospace;

}
p{
    text-align: left;
    margin: .5em auto;
    max-width: 600px
}
footer{
    align-items: flex-end;
    display: flex;
    justify-content: center;
}

