@charset "utf-8";
/* CSS Document */

html, body {
	font-family: "montserrat", sans-serif;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #2d89ae;
}

.placeholder {
	width: 300px;
	height: 100vh;
	margin: 0 auto;
}
.placeholder img {
	width: 100%;
	height: 100%;
}
@media (min-width: 992px) {
.placeholder {
	width: 400px;
}
}

Montserrat Light{
	font-family: "montserrat", sans-serif;
	font-weight: 300;
	font-style: normal;
}
Montserrat Regular {
	font-family: "montserrat", sans-serif;
	font-weight: 400;
	font-style: normal;
}
Montserrat Medium {
	font-family: "montserrat", sans-serif;
	font-weight: 500;
	font-style: normal;
}
Montserrat Bold {
	font-family: "montserrat", sans-serif;
	font-weight: 700;
	font-style: normal;
}
Montserrat ExtraBold {
	font-family: "montserrat", sans-serif;
	font-weight: 800;
	font-style: normal;
}
Montserrat Black {
	font-family: "montserrat", sans-serif;
	font-weight: 900;
	font-style: normal;
}