
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');

body{
    margin-top:20px;
    background:#eee;
   /* background-image: url(56.jpg);*/

    /*background-repeat: no-repeat;*/
}
#hai{
    margin-bottom: 20px;
    margin-top:20px ;
}
#hai p{

   font-weight: normal;
  font-family: 'Righteous', cursive;
   font-size: 20px !important;
}
 h5{
    font-family: 'Righteous', cursive;
 
}
h1{
     font-family: 'Righteous', cursive;
    
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}



.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.text-muted {
    color: #9faecb !important;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.mb-3 {
    margin-bottom: 1rem !important;
}

.input-group {
    position: relative;
    display: flex;
    width: 100%;
}


