.dUoAAp {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;
    display: flex
;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    position: relative;
    outline: transparent;
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
    width: auto;
    height: auto;
    margin-right: 30px;
    margin-left: 20px;
    border-radius: 20px;
    padding: 4px 24px 4px 16px;
}