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

}

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

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

	body{
		background-color: hotpink;
	}
}

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

