body {
    font-family: Arial, sans-serif;
    padding: 15px;
    background: #f5f5f5;
    color: #222;
}

h2 {
    text-align: center;
    margin-bottom: 20px;
}

.block {
    background: #fff;
    padding: 12px 15px;
    margin-bottom: 12px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

label {
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
}

select, input, textarea {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #fafafa;
    box-sizing: border-box;
    font-size: 15px;
}

textarea {
    height: 80px;
    resize: vertical;
}

button {
    width: 100%;
    padding: 15px;
    background: #2481cc;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
}

button:hover {
    background: #1f70b0;
}
