@import url('https://fonts.maateen.me/bangla/font.css');

body {
    font-family: 'Bangla', sans-serif;
    font-size: x-large;
}

.result-font {
    font-size: larger;
}


/* for bottom advertisement */
.bottom-div {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    /* z-index: 1000; */
}

.my-title {
    border-radius: 5px;
}

.my-card {
    background-color: #ffffff;
    color: black;
    transition: background-color 2s, transform 1s;
}

.my-card:hover {
    background-color: #c7f9cc;
    /* color: blue; */
    /* transform: rotate(2deg); */
}

/* test css */
.my-badge {
    background-color: #023047;
    color: #ffffff;
    text-decoration: none;
    padding: 3%;
    transition: all 0.3s ease-out;
    border: solid 2px #ffffff;
}


.my-badge:hover {
    border: solid 2px #023047;
    background-color: #ffffff;
    color: #023047;
}

.my-logo {
    height: 70px;
    width: 180px;
}

.my-logo:hover {
    border: solid 5px #ffffff;
    border-radius: 15px;
    transition: all 0.5s ease-out;
}

.my-love {
    color: #ef233c;
    font-size: large;
}

.my-span {
    background-color: #0496ff;
    color: #ffffff;
}


.my-share {
    background-color: #3886f2;
    color: #ffffff;
    text-decoration: none;
    padding: 2%;
    transition: all 0.3s ease-out;
    border: solid 2px #ffffff;
    border-radius: 15px;
}



.my-share:hover {
    border: solid 2px #023047;
    background-color: #ffffff;
    color: #023047;
}



.my-yes-badge {
    background-color: #107a35;
    color: #ffffff;
    text-decoration: none;
    padding: 3%;
    transition: all 0.3s ease-out;
    border: solid 2px #ffffff;
}



.my-yes-badge:hover {
    border: solid 2px #023047;
    background-color: #ffffff;
    color: #023047;
}

.my-no-badge {
    background-color: #ff1111;
    color: #ffffff;
    text-decoration: none;
    padding: 3%;
    transition: all 0.3s ease-out;
    border: solid 2px #ffffff;
}



.my-no-badge:hover {
    border: solid 2px #023047;
    background-color: #ffffff;
    color: #023047;
}

.my-drop-menu {
    font-size: 25px;
}