body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #f0f0f0;
}

h1 {
    margin-bottom: 20px;
}

input[type="file"],
input[type="color"],
input[type="number"] {
    margin-bottom: 10px;
}
