@font-face {
  font-family: Montserrat-Bold; /* set name */
  src: url(fonts/Montserrat-Bold.otf); /* url of the font */
}

html, body {
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

body {
	font-family: 'Montserrat-Bold';
	background-color: #EC008C;
	margin: 0px;
}

.jb {
	margin-top: 2%;
	margin-left: 5%;
	margin-right: 5%;
	color: white;
	height: 100%;
}

@media only screen and (max-aspect-ratio: 1/1) {
	.jb {
		font-size: 8vw;
	}
}

@media only screen and (min-aspect-ratio: 1/1) {
	.jb {
		font-size: 12vh;
	}
}


