@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	src: url(fonts/oswald.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}
body {
	background: #1f5c98;
	box-sizing: border-box;
	font-family: Oswald, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	margin: 0;
	padding: 0;
}
header, main {
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
}
header {
	color: #ffffff;
	padding: 10px 0;
	margin: auto;
}
header, h2, footer {
	text-align: center;
}
main {
	align-items: stretch;
	background: #1c5085;
	border-radius: 4px;
	color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.flex-item-left, .flex-item-right {
    flex: 50%;
	max-width: 400px;
	padding: 0 10px;
	text-align: left;
}
.justme {
    flex: 100%;
	max-width: 840px;
}
button {
	background-color: #14cc36;
	color: #ffffff;
	border: none;
	float: right;
	margin: 6px auto;
	padding: 4px 20px;
	outline: none;
	cursor: pointer;
}
button:hover {
	background-color: #f2805e;
	color: #ffffff;
}
code {
	font-weight: bold;
}
#last {
	background-color: #00000098;
	color: #ffffff;
	font-size: 14px;
	position: sticky;
	bottom: 0;
	margin: 0 auto;
	padding: 2px 0;
	text-align: center;
}
h1 {
	font-size: 36px;
	margin-top: 10px;
	text-shadow: 3px 3px 5px #000000;
}
h1:hover {
	text-shadow: 0px 0px 10px #6A9AB0;
}
h1 > a, h1 > a:hover {
	text-decoration: none;
}
h2 {
	color: #ffffff;
	font-size: 28px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
h2.left:after
{
	content: "";
	display: block;
	margin-top: -1px;
	height: 4px;
	border-radius: 2px;
	transition: background-position 0.3s;
	background-position: 100% bottom;
	background-size: 200%;
	background-repeat: no-repeat;
	background-image: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #2e82d5 100%);
}
h2.right:after
{
	content: "";
	display: block;
	margin-top: -1px;
	height: 4px;
	border-radius: 2px;
	transition: background-position 0.3s;
	background-position: 0% bottom;
	background-size: 200%;
	background-repeat: no-repeat;
	background-image: linear-gradient(to left, #ffffff 0%, #ffffff 50%, #2e82d5 100%);
}
h2.center:after
{
	content: "";
	display: block;
	margin-top: -1px;
	height: 4px;
	border-radius: 2px;
	transition: background-position 0.3s;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: radial-gradient(circle, #ffffff 0%, #ffffff 50%, #2e82d5 100%);
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p, li {
	background: #2e82d5;
	border-radius: 4px;
	font-size: 24px;
	margin-top: 1px;
	padding: 10px;
}
li:hover {
	background: #203e5d;
	color: #ffffff;
}
p.copyright {
	background: transparent;
	color: #979797;
	font-size: 12px;
	text-align: center;
}
.link {
	font-size: 20px;
}
a {
	color: #ffffff;
}
a:hover {
	color: #d6d6d6;
	text-decoration: underline double 1px;
}
p.copyright > a {
	color: #979797;
	text-decoration: none;
}
p.copyright > button {
	float: none;
}
video {
	border-radius: 4px;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
#alert {
	background-color: #1c5085;
	border-radius: 4px;
	color: #ffffff;
	display: none;
	font-size: 28px;
	position: fixed;
	margin: auto;
	padding: 5px 0;
	left: 0;
	right: 0;
	text-align: center;
	top: 30px;
	width: 90%;
	max-width: 900px;
}
input {
	background-color: #27598c;
	border-radius: 8px;
	border: none;
	box-sizing: border-box;
	color: #ffffff;
	display: inline-block;
	font-size: 24px;
	padding: 4px;
	width: 100%;
}
.add {
	border-radius: 8px;
	max-width: 450px;
}
.forform {
    flex: 100%;
	max-width: 420px;
}
.submit {
	background: #1c5085;
	margin-top: 20px;
}
.submita {
	background-color: #14cc36;
}
.submita:hover {
	background-color: #ffb619;
}
.submitr {
	background-color: #f2805e;
}
.submitr:hover {
	background-color: #eb3a96;
}
.added {
	text-align: center;
}
.wrong {
	color: #bf0101;
	text-align: center;
}
