body {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(1, 127, 150);
}

h1 {
    float: left;
}

table a {
    display: block;
    color: rgb(255, 0, 0);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
th a:hover {
    background-color: rgb(1, 127, 150);
}
th, td {
border: 1px solid rgb(255, 255, 255);
padding: 8px;
text-align: left;
}

th {
background-color: rgb(0, 0, 0);
color: white;
}

tr:nth-child(even) {
background-color: rgb(1, 127, 150);
}

form {
margin-top: 20px;
}

input, textarea {
margin-bottom: 10px;
padding: 8px;
}

input[type="submit"] {
background-color: #4CAF50;
color: white;
cursor: pointer;
}

input[type="submit"]:hover {
background-color: #45a049;
}

a {
text-decoration: none;
color: #3498db;
}

a:hover {
color: #217dbb;
}