/* font */
@font-face {
  font-family: 'QuentinRegular';
  src: url('../fonts/QuentinRegular.eot?#iefix') format('embedded-opentype'),  url('../fonts/QuentinRegular.otf')  format('opentype'),
	     url('../fonts/QuentinRegular.woff') format('woff'), url('../fonts/QuentinRegular.ttf')  format('truetype'), url('../fonts/QuentinRegular.svg#QuentinRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	background-color: #29377e;
}

* {
	margin: 0;
	font-family: QuentinRegular, Lato, sans-serif;
}
.header, .zodiac-content, .modal, .content-control, .content-arrow-down {
	display: none!important;
}
.zodiac-portrait {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
}
.zodiac-portrait p {
	color: #fff;
	font-size: 50px;
    line-height: 65px;
    max-width: 500px;
    text-align: center;
}