body {
    font-family: 'Pirata One', cursive;
    background-color: #f4e7d3;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    color: #4b3621;
}

.container {
    text-align: center;
    padding: 20px;
    border: 5px solid #8B4513;
    background: #FFF8DC;
    border-radius: 15px;
    width: 80%;
    max-width: 500px;
    box-shadow: -1px 0px 100px rgba(0, 0, 0, 0.2), 1px 0px 100px rgba(0, 0, 0, 0.2), 0px 1px 100px rgba(0, 0, 0, 0.19);
}

h1 {
    font-size: 2em;
}

button {
    background-color: #d2b48c;
    color: #4b3621;
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 10px;
}

button:hover {
    background-color: #f5a70b;
}

.insult {
    margin-top: 20px;
    font-style: italic;
    font-size: 1.2em;
    color: #8b0000;
}
