body{
	background-color: beige;
	background-image: url(../img/index.png);
	background-size: cover;
	background-repeat:no-repeat ;
}

img{
	height: 75px;
	width: 100px;
	top: 0;
	left: 0;
}

h3{
	font-family: Helvetica;
	font-size: 10pt;
	text-align: center;
}

@media screen and (max-width: 1200px){
	svg{
		height: fill;
		transform: scale(1.7);
	}
	body{
		background-color: pink;
	}
}

@media screen and (max-width: 600px){
	svg{
		height: fill;
		width: 190%;
		position: center;
}

body{
	background-color: orange;
}

