body {

    background-color:#d8c6ae;

}

#firmament {
	width:100vw;
	height:100vh;
	display: flex;
    justify-content: center;
    align-items: center;
	justify-content: center;
}

#shield {
    width: 500px;
    height:700px;
    background-image: linear-gradient(45deg, #b51308 25%, #e9e2c8 25%, #e9e2c8 50%, #b51308 50%, #b51308 75%, #e9e2c8 75%, #e9e2c8 100%);
    background-size: 98.99px 98.99px;
	align-self: center;
}