/*
Theme Name: Demo Day Dot Cloud
Theme URI: https://demoday.cloud
Author: Davey Mason
Author URI: https://daveymason.com
Description: A premium WordPress theme for Demo Day featuring a smooth snap-scrolling 3D interactive home page.
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.0
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: demodaydotcloud
*/

/* Basic Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #22979F;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #ffffff;
  overflow-x: hidden;
}
