.pw-container {
    text-align: center;
    padding: 30px;
    background: #f5f8f7;
    border-radius: 12px;
}

#wheel {
    margin: 20px auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #dceee8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}