
body {
  background-size: cover;
  
        color:#33B5E5;
        font-family: Frutiger,serif;
        font-size:19px;
        max-width:600px;
        margin:0 auto;
        text-align:center;
        }

      h1 {
        color:#0d2136;
        text-align:center;
      }
      h3 {
        color:#21578C
      }

@font-face { 
	font-family: "Frutiger"; 
	src: url("./Font/Frutiger.ttf") format("truetype"); 
	font-weight: normal;
	font-style: normal; 
	font-display: swap; 
}

   .this {
        background: linear-gradient(#f4fff9, #c9f2ff);
        color:black;
        border:3px solid #88CC00 ;
        border-radius:5px;
        padding:2px;
        box-shadow:0 4px 8px;
        rgba (0,0,0,0.2);
        margin:3px 0;
      }
      
      
      
      

























