* {
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
	
}
body{
	background-color:black;
}
.mainhtml {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	margin: 0;
}
.mainbody {
	/*background-image:url('bg.png');
	background-position: center;
	background-size:cover;*/
	width: 100%;
	height: 100%;
	padding: 1em;
	z-index: 999;
    display: block;
	position: absolute;
}

.anim-body{
	z-index: -999;
	width: 100%;
	height: 100%;
	background: url('bg.png') no-repeat center center;
	background-size: cover;
    display: block;
	filter: blur(2px);
	-webkit-filter: blur(2px);
	box-shadow: inset 0px 0px 200px black;
	position:absolute;
}

h1 {
	font-size: 80px;
	grid-column: 1 / -1;
	margin-bottom: -32px;
	margin-top: -32px;
	text-align: center;
	line-height: 2em;
}
h2 {
	font-size: 48px;
	font-weight: 400;
	margin-bottom: -16px;
	margin-top: -32px;
	grid-column: 1 / -1;
	text-align: center;
}

.wrapper {
	grid-column: 1 / -1;
    position: relative;
    display: flex;
    min-width: 100px;
  }
  
.search {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid white;
    border-radius: 0px;
    height: 20px;
    width: 100%;
    padding: 8px 8px 8px 8px;
    outline: 0;
    background: none;
	color:white;
	font-size: 24px;
	font-weight:100;
	font: 20px 'Nunito', sans-serif;
  }
a {
	color: inherit;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #ffc9ea;
}
.bg-image {
	height:100%;
	width:100%;
	/* The image used */
	background-color: #440044;

	/* Add the blur effect */

}

.main {
	background-color:rgba(0,0,0,0.5);
	display: grid;
	grid-row-gap: 1em;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin: 1em 1em;
	min-width: 32em;
	padding: 1em 1em;
	color:#fff;
	font-weight: lighter;
	font: 20px 'Nunito', sans-serif;
	border-style:solid;
	border-color:#fff;
	border-width:2px;
	border-radius:25px;
	position: relative;
	width:50%;
	top: 46%;
	left:49%;
	transform: translateY(-50%) translateX(-50%);
	
}

.main:not(hr) {
  justify-items: center;
}

iframe {    
	position: fixed;
    display: block;
    margin: 0 auto;
}

#c1 {
    text-align: center;
    display: block;
    margin: 0px auto;
    background-color: transparent;
    padding: 8px;
    border-left: 0px solid #000;
    border-right: 0px solid #000;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

li:first-child {
	font: 30px 'Nunito', sans-serif;
	font-weight: bolder;
	line-height: 2em;
	margin-top:-16px;
}
#sepline {
	grid-column: 1 / -1;
	margin-top: 0px;
	color:white;
}

.rinchan {
	height: auto;
	transform: scaleX(-1);
	width: 8em;
	position: absolute;
	bottom: 0%;
	right: 0%;
	margin: 15px;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 10px #222);
	  
}