body {
    font-family: Arial, sans-serif;
    background-color: #f7f8fa;
    color: steelblue;
    margin: 40px;
}

h1 {
    color: #2c3e50;
}

h2 {
    color: #34495e;
}

input {
    padding: 6px;
    width: 200px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    padding: 8px 15px;
    background-color: darkslateblue;
    color: white;
    border: none;
    border-radius: 5px;
}

