@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

body{width: 100%;height: 100%;margin: 100px 0 0 0;background-color: #CCCCCC; font-family: 'proxima-nova', sans-serif;}
h1,h2,h3,p{text-align: center;}
.logo_main{width: 100%; text-align: center;}
.img_logo{width:450px; height: auto}
h2{font-size: 40px; font-weight: bolder;padding: 10px;margin: 0;}
h3{font-weight: bolder; font-size: 30px;}
.card_main{width: calc( 50% - 2em); margin: 1em; padding: 10px; display: flex; flex-direction: column; border-radius: 10px;}
p {font-size: 20px; font-weight: 300; padding: 5px 10px; line-height: 1.8; margin: 0}
button{font-size: 19px;font-weight: bold; padding: 15px; border-radius: 7px; background-color: #f44336; border: white;color:white }
.sec_div{display: flex;width: 100%;flex-direction: row;}
.btn_div{align-self: center; margin-top: auto; padding-bottom: 10px; text-align: center;}
.float{ position:fixed; width:60px; height:60px;bottom:40px;right:40px;background-color:#0C9;color:#FFF;border-radius:50px;text-align:center;box-shadow: 2px 2px 3px #999;}
.img_icon{vertical-align: middle; width: 30px;}
abbr{font-weight: bold;}

.thetemplatedemo-theme {background: #1a237e !important;}
.minute-pages {background: #448aff !important;}
.customer360-io-theme {background: #5c6bc0 !important;}
.dark-theme {background: #212121 !important;}
.light-theme {background: #78909c !important;}
.default-theme {background: #1565c0 !important;}
.logo_size {width: 25%;height: 65px;}
.cursor {cursor: pointer;}