@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:wght@200&family=Rajdhani:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:wght@200&family=Comfortaa&family=Rajdhani:wght@300&display=swap');

.column {
	  float: left;
	  width: 33.33%;
	  padding: 10px;	
}

.row:after {
	  content: "";
	  display: table;
	  clear: both;
}
@media screen and (max-width: 992px) {
	.column{
	float: none;
	width: 100%;
	}
}

#container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-between;
	}

h1, h2 {
	text-align: center;
	padding: 15px;
	font-size: 30px;
	margin: 0.5em;
	font-family: 'Comfortaa', cursive;
	}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: white;
	background-color: black;
}

nav {
	text-align: center;
	font-size: 20px;
	margin: 10px;
	font-family: 'Comfortaa', cursive;
	font-variant: small-caps;
	}
img{
	float:right;
	height:300px;
	}
p{
	margin: 10px;
	font-family: 'Rajdhani', sans-serif;
}