body {
    font-family: Arial, sans-serif;
    background: #eee;
    margin: 0;
    padding: 20px;
    text-align: center;
}

h1 {
    margin-bottom: 20px;
}

form {
    display: inline-block;
    background: white;
    padding: 10px;
    border: 1px solid black;
}

table {
    border: 1px solid black;
    border-collapse: collapse;
    width: 400px;
    margin: 0 auto;
}

td {
    border: 1px solid black;
    padding: 5px;
    text-align: left;
}

input[type="text"], select, input[type="date"], input[type="file"], input[type="range"] {
    width: 100%;
    cursor: pointer;
}

input[type="button"], input[type="reset"] {
    padding: 5px 10px;
    margin-right: 5px;
    cursor: pointer;
}

input[type="radio"], input[type="checkbox"] {
    margin-right: 3px;
    cursor: pointer;
}
