.retronaut {
    width: 200px;
    color: #21191c;
    background-color: antiquewhite;
    border: 3px solid #5e4d50;
    border-radius: 7px;
    padding: 10px;
    margin-top: 20px;
}

.retronaut a {
    color: #21191c
}

.retronaut a:visited {
    color: #9c8185;
}
