@charset "UTF-8";
/* CSS Document */

.body {
	height: 100%;
	min-width: 100%;
	background-color: black;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.70) 100%), url(../img/bg-04.jpg);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.70) 100%), url(../img/bg-04.jpg);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.70) 100%), url(../img/bg-04.jpg);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.70) 100%), url(../img/bg-04.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-size: cover;
	overflow: hidden;
	font-family: serif;
	font-size: 18px;
	line-height: 1.6;
	background-position: 50% 50%;
}
a{
	color: white;
	text-decoration: none;
}
a:hover{
	color: #ff9a00;
}
h1{
	font-size: 2.25rem;
	font-weight: bolder;
}
.main-wrapper {
	min-height: 100svh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.content-wrapper {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-content: center;
	justify-content: center;
	padding: 2rem;
	max-width: 65ch;
}
.logo-wrapper {
	max-width: 8rem;
}
.name {
	font-weight: bolder;
}
.glow{
	text-shadow:
      0 0 12px rgba(255,255,255,.5);
}
