body {
    margin: 0;
    background-color: #1F233A;
    font-family: "Poppins", sans-serif;
	color: white;
}

section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.content {
  position: relative;
  z-index: 1;
  font-size: 4em;
  letter-spacing: 2px;
  color: #fff;
}

section .content {
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
}

h1 {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.5vw;
	display: block;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.team {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
}

.team, .team a {
	font-size: 60% !important;
}

.twoends {
  position: absolute;
  right: 0;
  margin-top: -50px;
  font-size: 40% !important;
  color: #0061a6;
}
.twoends a {
  color: #fff;
}
.twoends a:hover {
	text-decoration: underline;
	color: #fff;
}
.twoends img {
	width: 150px;
}

section .content .streamSync {
	width: 800px;
}

.sun-container {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.sun {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    filter: blur(40px);
    margin-top: -65px;
}

@media (max-width: 736px) { 
	section .content p, section .content h1 {
	    font-size: 3.5vw;
	}
	.team, .team a {
		font-size: 3vw !important;
	}
	.twoends {
		font-size: 10px !important;
		right: 0;
		margin-top: -30px;
		color: #fff;
	}
	section .content .streamSync {
		width: 300px;
	}
	.sun {
	    filter: blur(30px);
	    margin-top: -30px;
	}
}

.soon {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    opacity: 0.04;
}