.ttb-pictionary-container {
    font-family: Arial, sans-serif;
    margin: auto;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
}

/* Make form inputs 100% width */
.ttb-pictionary-container select,
.ttb-pictionary-container label,
.ttb-pictionary-container button {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}

/* Center the result text */
#ttb-pictionary-result {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
}
