body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #F7DCB4;
}

h1 {
    color: #D741A7;
}

.word-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.gButton {
    background-color: #D741A7;
    color: #ffffff;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.gButton:hover {
    background-color: #F781D8;
}
