.plumnet {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 30px 50px 30px 50px;
}

button {
    background-color: #660066;
    /* background-image: url("/static/microphone.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; */
    color: #fff;
    height: 80px;
    text-align: center;
    font-size: 30px;
    width: auto;
    padding: 0px 30px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}