@charset "utf-8";
body {
    margin: 0;
    font-family: serif;
	background-color: rgb(47,47,50);
}
.hero {
    /* Sizing */
    width: 100vw;
    height: 100vh;
    
    /* Flexbox stuff */
    display: flex;
    justify-content: center;
    align-items: center;
	    /* Text styles */
    text-align: center;
	color: #cca876 /* ADD THIS LINE */
}
h1{
	font-size: 100px;
	color: #cca876
	    /* Margins */
    margin-top: 0;
    margin-bottom: 0.5em;}
	
	
	body {
    margin: 0;
    font-family: sans-serif;
}


