 @font-face {
font-family: 'Gridfire Text';

src: url('/fonts/Cadillac.ttf') format('truetype');

}




 
 
html *{
		font-family: 'Open Sans', sans-serif;
		scroll-behavior: smooth;
 
 
}
 

	
  .flhead{
      
    Background-color: #ffffff;
    margin-bottom: 0;
    border-bottom: 2px solid #0597f2;
    padding: 20px 0 10px;
    position: sticky;
    top: 0;
    z-index: 100;
    font-size: 20px;
    display:flex;
    justify-content: center;
    align-items: center;

  }
  
  .questioncon{
    display: flex;
    font-size: 24px;
    padding: 20px;
    border: 2px solid #777;
    margin: 40px;
    border-radius: 10px;
    font-weight: bold;  
      
      
  }
  
  .answers{
   margin: 20px 0;
    height: 44px;
    font-size: 24px;
    border-radius: 7px;
    padding: 8px;
    color: #000;   
   margin-bottom: 60px;
  }
  
  
  #logosur{
      
  width:100px;
  }
  
  .buttonwhiteout {
    color: #333;
    background-color: #ffffff;
    border: 1px solid #777;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 8px;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: #0000004d 0px 10px 4Px -6px;
    font-weight:bold;
}