/*
Theme Name: Accelecom Coming Soon
Theme URI: https://accelecom.co
Author: Accelecom
Author URI: https://accelecom.co
Description: A simple under construction page for Accelecom.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: accelecom
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: #ffffff;
  color: #000000;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.7;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
  padding: 24px;
}
