body{
	background: #f2f2f2;
	font-family: "Josefin Sans", sans-serif; font-size: 16px;
}
h1,h2,h3,h4,h5,h6,p,span,a{
  font-family: 'Josefin Sans',Sans-Serif;
}
.footers{
  
  position: absolute;
    
    background: #111;
    height: auto;
    width: 100vw;
    
    color: #fff;
    padding: 20px;
}

.uk-card{
	background: #ffffff;
	border-radius: 11px;
box-shadow: 0px 4px 10px rgb(234,234,234);
   
}
  .uk-card-title{
   text-shadow: 0px 2px 4px rgb(184,184,184);
   font-family: "Josefin Sans", sans-serif; 
   }
  .nav-bar-box {
   margin: 0px;
  padding: 0px;
    }

   .uk-button ,.uk-textarea{
     border-radius: 2px;
   }
   .inp-large{
     height: 45px;
     font-size: 16px;
     
   }
   input[ type=radio ]{
   	
   	transition: 0.3s all linear;

   	
   }
  .notify-style{
  	margin: 0px;
  	display: flex;
  justify-content: center;
  align-items: center;
  }
  .button-gen{
  	background-image: linear-gradient(to left,#fe3d6c, #ed076a);
  	font-weight: bold;
  	border: none;
  	border-radius: 25px;
  	color: white;
  	font-family: "Josefin Sans", sans-serif; 
  box-shadow: 0 3px 8px rgba(252,128,182,0.793);
  }
  .shadow-color{
     box-shadow: 0 3px 8px rgba(240,231,235,0.885);
  }
.uk-notification-message{
    padding: 0px;
  }
.uk-notification-danger{
    padding: 0px;
  }
.headtitle{
  text-shadow: 0px 2px 4px rgb(199,199,199);
  font-family: "Josefin Sans", sans-serif; 
}
