.button-grey {
    width: 150px;
    height: 80px;

    margin-left: 30px;
    margin-right: 30px;

    border-radius: 8px;

    color: rgb(101, 90, 183);
    background-color: rgba(184, 181, 194, 0.5);
    border: none;
    /* box-shadow: 0px 8px 10px; */
}