html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	background-color: #212121;
	padding:0;
	margin: 0;
	font-family: 'Josefin Sans';
	color: #fff;
}

div {
/*	border: 1px solid;*/
	padding: 1rem;
}

main {
	display: flex;
	flex-wrap: wrap;
	top: 0;
	bottom:0;

}
figure {
		margin: auto;
		max-width: 500px;
}


figure img {
	transition: transform 1s;
	animation-duration: 4s;
    animation-delay: 2s;
}

figure img:hover {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

main div {
	flex: 1;
	align-items: center;
}

strong {
	text-transform: uppercase;
	font-weight: 900;
}

.image-container{
	margin: 10rem 10rem;
    padding: 5rem 5rem;
/*	margin: 1rem;*/
}

.text-container {
	max-width:50%;
	padding: 1rem;
/*	margin: 1rem;*/
}

	svg {
		max-width: 45rem;
		width: 100%;
		height: auto;
		fill: none;
		stroke: white;
		stroke-width: 8;

		}