/*
Theme Name: Coming Soon - Chicaim v2
Theme URI: https://chicaim.com/
Author: Chicaim
Author URI: https://chicaim.com/
Description: A customizable coming soon page with editable color and working countdown.
Version: 1.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: coming-soon-chicaim
*/

body {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, var(--primary-color, #00308f), var(--secondary-color, #dd01b8));
  background-attachment: fixed;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

h1 {
  font-size: 3em;
  margin: 0.3em 0;
}

p {
  font-size: 1.3em;
}

#countdown {
  font-size: 1.5em;
  margin-top: 20px;
}

footer {
  position: absolute;
  bottom: 20px;
  font-size: 0.9em;
  color: rgba(255,255,255,0.8);
}
