
.button-social{
display: grid;
    align-items: center;
    width: 280px;
    height: 60px;
    margin-top: 31px;
    border-radius: 10px 10px 10px 10px;
    }


.button-link{
    color:#e1dab9;
    background-color: #4a4017;
    font-weight: bold;
    opacity: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat';
    text-decoration:none;
    font-size: 12px;
    width: 280px;
    height: 60px;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0px 0px 34px -1px rgba(0,0,0,0.45); 
    box-shadow: 0px 0px 34px -1px rgba(0,0,0,0.45);

}
.button-link:hover{
    color: #171717;
    background-color: aliceblue;
    opacity: 30%;
    border-radius: 10px 10px 10px 10px;
}
 