/*
Theme Name: Shortly
Theme URI: http://example.com/shortly
Author: Your Name
Author URI: http://example.com
Description: A sleek Coming Soon theme for WordPress.
Version: 1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shortly
Tags: coming-soon, countdown, newsletter
*/
body {
  background: #f8f9fa;
  color: #333;
  font-family: Arial, sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
}
.container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}
.countdown {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 2rem;
}
.countdown div {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.countdown span {
  display: block;
  font-size: 2rem;
}
