@font-face {
	font-family: 'louis';
	src: url('../font/louis.ttf') format('truetype');
}

* {
	margin:0;
	padding:0;
	font-family: 'louis';
	background-color: lightyellow
}

body {
	margin: 50px;
	background-color: lightyellow
	;
}

h2 {
	color:black;
	text-align-last: center;
}

h3{
	color:black;
	text-align: center;
	text-decoration: none;
}

article {
	width:29%;
	display: inline-block;
	margin:2%;
}

#textbox{

	padding-left: 100px;
	padding-right: 100px;
	font-size: large;
}

article div.image {
	width:100%;
	height:29vw;
	overflow: hidden;
}

article img {
	width: 100%;
}