
@font-face {
  font-family: Futura;
  src: url('../fonts/FuturaStd-Book.otf') format("WOFF");
  font-weight: normal;
}
@font-face {
  font-family: Futura;
  src: url('../fonts/FuturaStd-Book.otf') format("WOFF");
  font-weight: 600;
}

body {
	margin: 5px 3vw;
}

figure {
	margin: 0;
}

p, li,a {
	font-family: Futura, sans-serif;
}

h1, h2,h3 {
	letter-spacing: 1.2px;
	margin: 0;
	font-family: 'Bebas Neue', cursive;	
}


@media screen and (max-width: 425px) { 
	h1,h2,h3,h4,h5,h6 {
		text-align: center;
	}
	section,figure {
		justify-content: center;
	}
}

a {
	text-decoration: none;
	color: black;
}