#s2 {
    position: relative;
    background: #242424;
    height: 100vh;
	display: flex;
}

#s2{
    align-items: center;
    justify-content: center;
}


#s2 h1{
	text-align: center;
	z-index: 2;
	max-width: 70vw;
}

#s2 h1,
#s2 h1 strong,
#s2 em {
    font-size: 2.5vw;
}

#s2 h1{
    color: white;
	letter-spacing: -.1rem;
}

#s2 h1 strong,
#s2 h1 em{
	color: #C0AAFF;
}
