button:not(.modal-footer button){
    /*border-radius: 10px;*/
    /*padding: 60px;*/
    /*border-width: 0 !important;*/
    /*transition: all 0.5s;*/
    /*background: rgb(67, 95, 250);*/
    /*background: linear-gradient(90deg, rgba(65, 151, 253, 1) 0%, rgba(36, 86, 244, 1) 50%, rgba(65, 151, 253, 1) 100%);*/
    /*font-size: large;*/
    /*color:white;*/
    height:200px;
}

button:hover {
    box-shadow: 5px 5px 10px #000;
}
button{
    
}

