.bg-m {
    /* background: linear-gradient(to bottom right, rgb(227, 195, 159) 40%, #fff); */
    background: radial-gradient(circle at -10% -10%, rgb(227, 195, 159), #fff);
}


/* rgb(227, 195, 159); */

.main.container {
    max-width: 600px;
    border: .1px solid rgb(175, 175, 175);
    box-shadow: 0 0 20px #00000069 ;
    border-radius: 5px;
    background-color: white;
}

.main-button {
    background-color: rgb(194, 167, 137) !important;
    border-color: unset !important;
    transition: .5s !important;
}

.main-button:hover {
    background-color: rgb(146, 125, 102) !important;
}

.red-square {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-image: url('/assets/images/IMG_7425.JPG');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}

table.matric tr td {
    padding: 1.5rem !important;
}