body {
  font-family: "Segoe UI", Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: linear-gradient(to right, #ececec, #f9f9f9);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200vh; 
}


.container {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25); 
  max-width: 800px;
  text-align: center;
  animation: float 3s ease-in-out infinite; 
}


  


h2 {
  color: #34495e;
 
}





th {
 
  color: #34495e;
 
}




a {
  color: #2980b9;
 
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #2980b9;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn1 {
  display: inline-block;
  padding: 10px 20px;
  background-color: orange;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
