
  body{
      text-align: center;
      font-family: sans-serif;
      background-image: url('./images/noticebp.jpg');
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      background: rgb(209,228,234);
    
  }

.header{
background-color: black;

}

  h1{
      text-align: center;
      font-size: 20px;
      color: azure;




}


 
  .notice{

      height: 300px;
      width: 100%;
    color: rgb(255, 255, 255);
      font-size: 16px;
      text-shadow: 1px 1px rgb(17, 221, 17);
      text-transform: capitalize;    
  }

  .continuebtn{
      height: 45px;
      width: 150px;
      font-size: 20px;
      text-shadow: 1px 1px whitesmoke;
      background: red;
      border: blanchedalmond;
      border-radius: 30px;
      text-align: center; 
      margin-top: 280px;  
   
     
      
  }
  .continuebtn p{
      padding-top: 10px;
  }

   a{
    text-decoration: none;
    color: whitesmoke;
      
      
  }