h1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #0080ff;
    text-shadow: 1px 1px #000000;
    font-weight: bolder;
    padding-bottom: 10px;
    border-bottom: 2px solid #0080ff;
}

form > div {
    display: block;
    margin-bottom: 20px;
}

form > div > *{
    display: block;
}

form > div :is(input, textarea, select) {
    width: 300px;
    height: 30px;
    font-size: 14pt;
}

form > div > textarea {
    height: 150px;
    resize: none;
}

label {
    font-size: 14pt;
    margin-bottom: 10px;
    color: #0080ff;
    font-weight: bold;
}

table {
    width: 100%;
}

tr:nth-child(even) {background-color: #94c9ff;}

th {
    text-align: left;
    background-color: #0080ff;
  }

th, td {
    margin: 10px;
    padding: 10px;
}

a {
    text-decoration: none;
    font-weight: bold;
}

