@charset "utf-8";


body {
	background-color: hsl(212, 100%, 15%) ;
	font: 24px Helvetica ;
	display: flex ;
    justify-content: Flex-Center;
	}

img {
	position: fixed;
	height: 100%;
	width: 100% ;
    background: url(../img/instrumentos.jpg) no-repeat;
	background-size: cover;
	z-index: -1 ;
	
}