body {
    background-color: black;
}

h1 {
    color: greenyellow;
    font-family: 'Times New Roman', Times, serif;
    font-size: 150%;
}

h2 {
    color: greenyellow;
    font-family: 'Times New Roman', Times, serif;

}

h3 {
    color: greenyellow;
    font-family: 'Times New Roman', Times, serif;
}

p {
    color: greenyellow;
    font-family: 'Times New Roman', Times, serif;

}

div {
    border: 2px solid palegreen;
    padding: 10px;
}

a {
    color: palegreen;
    font-family: 'Times New Roman', Times, serif;
    font-size: 100%;
}

table {
    color: palegreen;
    font-family: 'Times New Roman', Times, serif;
    font-size: 100%;
    border: 2px solid palegreen;
    padding: 10px;
}

button {
    background-color: darkgray;
    color: greenyellow;
    font-family: 'Times New Roman', Times, serif;
}

input {
    background-color: black;
    color: greenyellow;
    font-family: 'Times New Roman', Times, serif;
}