@charset "UTF-8";

/*
Theme Name: Trading Calculator App
Theme URI: https://trade.proadco.net
Author: Adamos J. Karayiannis
Author URI: https://proadco.net
Description: Trading Calculator App.
Requires at least: 5.3
Requires PHP: 8.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tradingcalculatorapp
Tags: trading, calculator, crypto, buy, sell, prices, stocks

Trading Calculator App WordPress Theme, (C) 2021 Proadco.net
Trading Calculator App is distributed under the terms of the GNU GPL.
*/

html {
	font-family: Ubuntu;
	background-color: #181a20;
}

body {
	padding: 0;
	margin: 0;
}

.center-hor {
	text-align: center;
}

.center {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	border: 1px solid #f0b90b;
}

.centered {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#logo {
	display: block;
	margin-left: auto;
	margin-right: auto
}

	#logo:hover {
		opacity: 0.8;
	}

#welcome-message {
	/* left: 25px; */
	position: relative;
}

#welcome-box {
	color: #808080;
}

#login-message {
	left: 84px;
	position: relative;
}

.warning {
	color: #f0b90b;
}

#screen_rotation {
	font-size: 4em;
}