/*
Theme Name: Cotactic Theme
Theme URI: https://cotactic.com
Author: Develop Cotactic
Author URI: https://cotactic.com
Description: A clean starter (classic) theme for WordPress. Minimal templates, ready to extend.
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: cotactic-theme
Tags: Seo , website seo , blog , website, design website , wordpress
*/

:root {
  --primary-bg-color: black;
}

body {
  background: #041936;
}

.main-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10%;
}

.main-page h1 {
  color: #fff;
  font-size: 65px;
  text-align: center;
  margin-bottom: 0px;
}

.main-page h2 {
  color: #FED312;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
}

.main-page img {
  width: 200px;
  margin: auto;
}
