.main-dark{
    margin: 0;
    background-color: black;
    color: white;
}
.hero-content-dark{
    background: black;
    color: white;
    width: 85%;
    height: 100%;
    margin: 0 auto 0 auto;
}
.title-dark{
    color: #fff;
    font-family:  sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 4.1em;
    letter-spacing: 0.48em;
}
.link-dark{
    box-shadow: inset 0 -2px 0 black, 
    inset 0 -5px 0 #FAD744;
    text-decoration: none;
    color: white;
    padding-bottom: 5px;
}