/*
Theme Name: Main Maintenance
Author: Nababur Rahman
Description: A modern maintenance theme for wpdecent.com
Version: 1.1
*/

body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.container {
  text-align: center;
  max-width: 600px;
  padding: 40px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(0,0,0,0.4);
}

h1 {
  font-size: 3em;
  color: #42b9ff;
  margin-bottom: 20px;
}

p {
  font-size: 1.1em;
  line-height: 1.6;
  color: #111;
}

a {
  display: inline-block;
  margin: 8px 10px;
  padding: 10px 20px;
  color: #fff;
  background-color: #42b9ff;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s ease;
}

a:hover {
  background-color: #0d5294;
  color: #fff;
  transform: scale(1.05);
}

h3 {
  margin-top: 30px;
  color: #111;
  font-weight: 500;
  font-size: 1.2em;
}
