body {
    background-color: black;
    color: white;
}

.text {
    font-family: Verdana;
    width: 60%;
    font-size: 18px;
    text-align: justify;
}
a {
    color: yellow;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}