body {
    background-color: #000000;
    color: #00ff66;
    font-family: "Courier New", monospace;
    margin: 60px;
    line-height: 1.6;
}

h1 {
    border-bottom: 1px solid #00ff66;
    padding-bottom: 10px;
}

.ensayo {
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #00ff66;
}

a {
    color: #00ff66;
    text-decoration: underline;
}

a:hover {
    background-color: #003300;
}
