.link-button {
    text-decoration: none;
    color: white;
    background: black;
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 10px;
    display: inline-block;
}

.company-button:hover {
    color: white;
    background-color: #8728B9;
    border: 2px solid black;
    width: 75%;
    height: 65px;
    border-radius: 30px;
    transition-duration: 0.2s;
    box-shadow: 5px 7px #000000;
}

.company-button {
    text-decoration: none;
    color: white;
    background: black;
    align-items: center !important;
    border-radius: 10px;
    display: flex !important;
    width: 100%;
    justify-content: center !important;
    box-shadow: 5px 7px #8728B9;
}

/*.bouncy{*/
/*    animation:bouncy 5s infinite linear;*/
/*    position:relative;*/
/*}*/
/*@keyframes bouncy {*/
/*    0%{top:0em}*/
/*    40%{top:0em}*/
/*    43%{top:-0.9em}*/
/*    46%{top:0em}*/
/*    48%{top:-0.4em}*/
/*    50%{top:0em}*/
/*    100%{top:0em;}*/
/*}*/

.rounded-cell {
    border-radius: 15px 50px;
    background: #000000;
    padding: 20px;
    height: 175px;
    width: 300px;
    box-shadow: 3px 5px 6px 1px rgba(0, 0, 0, 0.5);
}
