@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Oswald&family=Sansita+Swashed:wght@500&display=swap');

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

body {
	background: url(../img/city.jpg) no-repeat fixed center center;
	background-size: cover;
}

main {
	width: 100%;
	min-height: 100vh;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

header {
	width: 100%;
	text-align: left;
	margin-top: 5%;
}

h2 {
	font-size: 2vmax;
	font-family: 'Anton', sans-serif;
	color: white;
}

h1 {
	font-size: 10vw;
	letter-spacing: -0.5vmin;
	font-family: 'Anton', sans-serif;
	color: #fff;
	text-transform: uppercase;
	line-height: 10vw;
	text-shadow: 3px 3px 0px rgba(0, 0, 0, .5);
}

figure {
	width: 20%;
	transition: all .3s;
}

figure img {
	width: 100%;
	border-radius: 30px;
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5);
	transition: all .3s;
}