/*!
Theme Name: Earthx2026
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: earthx2026
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Earthx2026 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
# RESETS
--------------------------------------------------------------*/

html {
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
  word-break: break-word;
}

*, *:before, *:after {
  box-sizing: inherit;
}
body{
	overflow-x:hidden;
}
body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ol{
	list-style: number;
}
ul{
	list-style: square;
}
header ol, header ul{
	list-style: none;
}

main li{
	margin-bottom:1rem;
	margin-left: 1.3rem;
}

img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
