* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-image: url('../images/mapmap.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

img {
        width: 90vmin;
	margin: 0 auto;
        display: flex;
	justify-content: center;
	align-items: center;
}

p {
	text-align: center;
	font-size: 4vmin;
	font-style: normal;
	font-weight: 400;
	padding: 4vmin;
	color: rgba(88,150,50,1);
}
