body{
	/*background:#222;
	margin:20px;*/
}
.archery-game-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #222;
    padding: 0.5rem 1rem 2rem 1rem;
}

.archery-game-container .featured-card-heading {
    width: 100%;
}

svg{
    background:#222;
	width:100%;
	height:100%;
	/*position:fixed;*/
	top:0px;
	left:0px;
    height: 60vh;
}
span{
	color:white;
	opacity:.3;
}