@font-face {
  font-family: 'Geometria';
  font-style: normal;
  font-weight: 300;
  src: local('Geometria'), url(font/Geometria.woff) format('woff');
}
* {
	margin: 0;
	padding: 0;
}
a, a:hover, a:visited {
	color: #fff;
	font-family: -apple-system, system-ui, Helvetica, monospace, sans-serif;
	text-decoration: none;
	padding-bottom: 5px;
}
a.link {
	border-bottom: 1px dotted transparent;
}
a.link:hover {
	border-bottom-color: #fff;
	color: #fff;
}
a.link::after {
	content: "↗︎";
	position: absolute;
	padding-left: 5px;
	padding-top: 2px;
}
body {
    background-color: #181453;
    background-image: radial-gradient(ellipse farthest-corner at 85% 5% , #180118 0%,#181453 50%, #010c61 100%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    background-attachment: fixed;
    overflow:  hidden
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.overlay>.cover {
	background-image: url(https://creativemusic.app/images/tild3963-6164-4934-b966-616563623932__1.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	width: 100%;
	height: 100%;
}
.wrapper {
	display: block;
	margin: 0 auto 100px;
	min-width: 300px;
	max-width: 700px;
	width: 90%;
	overflow: scroll;
	height: 100vh;
}
@media (max-height: 400px) {

	.wrapper {
		margin-top: 0%;
	}
}
@media (min-height: 1024px) {

	.wrapper {
		margin-top: 20%;
	}
}
@media (min-height: 2000px) {

	.wrapper {
		margin-top: 50%;
	}
}
.logo {
	display: block;
	margin: 10% auto;
	width: 80%;
}
.get_contaiber {
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
@media (max-width: 600px) {

	.get_contaiber {
		flex-direction: column;
	}
}
.get_contaiber__button {
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 65px;
	text-indent: -9999px;
	margin: 10px;
}
.button-apple {
	background-image: url(../img/ru_app-store-badge.png);
	width: 202px;
}
.button-google {
	background-image: url(../img/ru_google-play-badge.png);
	width: 202px;
}
.button-microsoft {
	background-image: url(../img/ru_msft-store-badge.png);
	background-size: auto 50px;
	width: 190px;
}
.text-comment {
	font-family: 'Geometria',sans-serif;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 400;
	color: #fff;
	text-align: center;
}