/*!
Theme Name: DeckCalc
Author: Gall
Author URI: https://gall-studio.com
Description: DeckCalc Theme
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: deckcalc
DeckCalc 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.
*/

* {
	margin: 0;
	padding: 0;
}
html {
    font-size: 0.52083333vw;
}
body {
	font-size: 2.4rem;
}
ul {
	list-style: none;
}
header {
	display: flex;
    gap: 2rem;
	background-color: #f0f0f0;
}
footer {
	display: flex;
    justify-content: center;
	background-color: #f0f0f0;
}
