body {
	background-color: #8E172F;
  height: 100vh;
  background-image: url("ehenne_logo.svg");
  background-size: 50vw 50vh;
  background-repeat: no-repeat;
  background-position: center;
}


@media (max-width: 1024px) {
  body {
  background-size: 75vw 75vh;
}  
}