@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  background:url(../images/bg.webp);
  position:relative;
    font-family: "Montserrat", sans-serif;

}
.homepage .card{padding:10px; margin-bottom:20px;border: 2px solid #fff;}
.homepage .card:hover{ background-color: #dc3545c4;
    border: 2px solid #dfdfdf;}
.copyright{background:#0069a4; padding-top:12px; padding-bottom:12px; position:fixed;bottom:0px;width:100%;color:#fff;bottom: 0px;}
.copyright p{margin:0px; text-align:center;}
.btn-primary{background:#0069a4; border-color:#7A0022;}
.homepage .card:hover .btn{
    background-color:white!important;
    border:1px solid white;
    color:#dc3545c4;
}
.home_logo{background-color: #f8f9fa !important; border-radius:15px; padding:5px 10px; margin-bottom:40px;}