body {
    margin:0;
    font-family:"Georgia",serif;
    background: radial-gradient(circle at top,#FFF6E5,#F4EFEA);
    color:#2A1A1A;
}

html, body {
    height: 100%;
}

h1 {
    text-align:center;
    margin:20px;
    color:#3B1F1F;
}

button {
    margin-top:10px;
    padding:6px 10px;
    border:none;
    border-radius:6px;
    cursor:pointer;
    background:#D4AF37;
    color:#2A1414;
    font-weight:bold;
    transition: all 0.1s ease;
}

button:active {
    transform: scale(0.95);
    box-shadow: none;
}

input, select {
    padding:10px;
    font-size:15px;
    border-radius:8px;
    border:none;
    margin-top:5px;
}

table th, table td {
    font-size: 14px;
}