#s2-m {
    position: relative;
    background: #242424;
    display:flex;
	align-items: center;
    justify-content: center;
	padding:10vh 0 10vh 0;
	height:auto;
}

#s2-m h1{
	text-align: center;
	z-index: 2;
}

#s2-m h1{
	max-width: 80vw;
}

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

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

#s2-m h1 strong{
    font-family: "Alliance", Arial;
}

#s2-m h1 em{
    font-family: "Alliance", Arial;
}

#s2-m h1 strong,
#s2-m h1 em{
	color: #C0AAFF;
	letter-spacing: -.06rem;
}
