
 iframe {
	 position: absolute;
	 top: -100%;
}
 .universe {
	 z-index: -10000;
	 position: fixed;
	 top: 0;
	 left: 0;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 filter: contrast(120%);
	 background-color: black;
	 padding: 0px;
	 margin: 0px;
	 width: 100%;
	 height: 100%;
}
 .universe-container {
	 width: 100%;
	 height: 100%;
	 background-image: radial-gradient(1600px at 70% 120%, rgba(33, 39, 80, 1) 10%, #020409 100%);
}