/*
Theme Name: Stem VR
Text Domain: stem
Version: 1.0
Requires at least: 4.7
Requires PHP: 7.4
Author: Stem Agency
Author URI: https://stem.no
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

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

body {
	background-color: #000;
	color: #fff;
	font-size: 16px;
	font-family: arial;
	margin: 0;
	padding: 25px 50px;
}

a {
	color: #fff;
}

a:hover {
	color: #dc5959;
}

header, footer, main {
	display: block;
}

footer {
	padding-top: 50px;
}

#logo {
	display: block;
	width: 150px;
}

#logo img {
	display: block;
	width: 150px;	
}

ol {
	margin: 0;
}

ol li {
	padding: 5px 0;
}