body {
	padding: 0 10px;
	background: #021A98;
	font-family: 'Poppins', sans-serif;
	line-height: 1.3em;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: capitalize;
	font-weight: bold;
	margin: 0 auto 10px;
}
h1 {
	font-size: 2.3em;
	color: #fff;
	line-height: 1.1em;
}
p {
	text-align: justify;
	margin: 0 0 10px;
}
ol, ul {
	padding: 0 0 0 25px;
	margin: 0 0 10px;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 10px;
}
th, td {
	border: 1px solid #4d4d4d;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
a, a:visited, a:active {
	text-decoration: none;
}
img {
	margin: 0 auto 10px;
}
.header {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 0;
}
.header .logo {
	font-size: 19px;
	font-weight: bold;
	color: yellow;
}
.header .link-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-weight: bold;
	margin: 5px;
	height: auto;
}
.header .link-group .link1 {
	padding: .75em 2em;
	background-image: linear-gradient(#0032ff, #2a46a6, #5c6798);
	color: #fff;
	font-size: 18px;
	margin: 5px;
	max-width: 200px;
	width: 100%;
	text-align: center;
	transform: skew(-11deg);
	border: 1px solid black;
}
.header .link-group .link2 {
	padding: .75em 2em;
	background-color: yellow;
	color: #fff;
	font-size: 18px;
	margin: 5px;
	max-width: 200px;
	width: 100%;
	text-align: center;
	transform: skew(-11deg);
	border: 1px solid black;

}
.header .link-group .link1 span {
	transform: skew(11deg);
	color: #000;
}
.header .link-group .link2 span {
	transform: skew(11deg);
	color: #000;
}
.content-wrapper {
	text-align: center;
	color: #fff;
}
.btn {
	display: flex;
	height: auto;
	width: auto;
	padding: 15px;
	border: 0;
	border-radius: 10px;
	background-color: #c59e36;
	margin: 5px;
	font-size: 18px;
	cursor: pointer;
	touch-action: manipulation;
}
.btn1 {
	padding-top: 8px;
	display: block;
	height: 100%;
	font-weight: bold;
	color: black;
}
footer{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 0;
}