

html {
    background: linear-gradient(to bottom right, #002856, #002856);
    width: 100%;
    min-height: 100%;
    color: #fff;
}




.card{
    padding: 15px;
    background-color: white;
    border-radius: 5px;
}

.btn-success{
    background-color: rgba(76, 190, 132, 1) !important;
    border-color: rgba(76, 190, 132, 1)!important;
    white-space: normal !important;
}


.btn-success:hover{
    background-color: rgba(76, 190, 132, 1) !important;
    border-color: rgba(76, 190, 132, 1) !important;
}