
body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #f7d282;
}
.container {
    margin-top: 50px;
}
.result {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
}
button {
    background-color: #8b5e3c;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
}
input{
    padding: 10px 20px;
}