      body {
  font-family: Plus Jakarta Sans;
  background-color: white;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

html,body{
    
    height:100%;
    margin:0px;
}


  .da2 {
display: flex;
    align-items: center;
    width: 90%;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
}

.no1{
        text-decoration: none;
    color: #ff0033;
     outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    }
	
	
	.da1{
height: 70px;
    color: #ff0033;
    margin-bottom: 0px;
    font-family: 'Pacifico';
    font-size: 1.9rem;
    text-align: left;
    margin-top: 25px;
}


.nonono2:active   {
        
        background-color:#ff6666;
    }


.nonono3{
    
   
    text-decoration: none;
    color: white;
    font-size: 17px;
}


.nonono2{
    
   
    background-color: #ff0033;
    padding: 11.5px;
    border-radius: 8px;
  
    margin-top: 5px;
	outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}



 @media (max-width: 1200px) {
     
     
     .nonono3{
         
         font-size:16px;
     }
     
 }
 
 
 
  @media (max-width: 480px) {
	     
	     .nonono3{
	         
	         color: #ff0033;
    font-size: 19px;
	     }
		 
		  .nonono2{
	         background-color:white;
	         margin-top: 14px;
	     }
		 
		 
		 
		 .nonono2:active   {
        
        background-color:white;
    }

		 
	     
		 
		 }
		 
 
 
 