@charset "UTF-8";
.hero {
    font-family: alice;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    text-align: center;
	background-color: cornflowerblue
}
