*{
    padding: 5px;
}
h1{
    color:midnightblue;
}
p{
    font-size: 1.5em;
}
table{
    border-collapse: separate;
    border-spacing: 0 15px;
}
td{
    color: red;
}
li{
    font-size: 15px;
}
input[type="submit"] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

input[type="submit"]:hover {
  background-color: #152016;
}