@font-face {
    font-family: NunitoSansRegular;
    src: url(../Nunito_Sans/NunitoSans-Regular.ttf);
}
@font-face {
    font-family: NunitoSansBold;
    src: url(../Nunito_Sans/NunitoSans-Bold.ttf);
}
  
body{
    font-family: NunitoSansRegular;
}

#ind-body-back{
    background-image: url('../images/WavesBack.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.ind-card{
    background-color: white;
    border: 2px solid #404a95;
    border-radius: 20px;
    height: 100%;
    width: 100%;
    padding-top: 100%;

    
    
}
.ind-card-head{
    font-family: NunitoSansBold;
    color: #404a95;
     padding: 15px;
 
    

    /* font-weight: bold; */
}
.ind-card-a{
    text-decoration: none;  
    
}
.ind-card-a h5{
    font-family: NunitoSansRegular;
    color: black;
    padding: 15px;
    
}

.single-card{
    width: 400px !important;
    height: 400px !important;
    justify-content: center;
    margin-bottom: 20px;
}