@font-face {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 700;
    src:  url('assets/fonts/FuturaCyrillicBold.woff') format('woff');
}
body {
	font-family: 'Futura PT';
}
h1{
	text-align:center;
}
h3 {
	font-size:24px;
	margin:0;
}
p {
	margin:0 0 1em;
}
img{
	max-width:100%;
	height:auto;
}
.container{
	max-width:700px;
	margin:auto;
	padding:15px;
}
.actions {
    display: flex;
    justify-content: center;
}
.actions button {
    padding: 8px 16px;
    font-size: 30px;
    border-radius: 10px;
    background-color: #27ae60;
    color: white;
}
.show{
	display:block !important;
}
.hide{
	display:none !important; 
}
.game-container{
	text-align:center;
	
	max-width:600px;
	margin:auto;
	position:relative;
}
#game-main-img img{
	margin-bottom:30px;
	display:block;
	max-width:100%;
	height:auto;
}
#game{
	-webkit-box-shadow: 0 0 10px 0 #000000;
	box-shadow: 0 0 10px 0 #000000;
}
#game canvas{
	width:100% !important;
	height:100% !important;
}
.start-again{
	background:url(assets/54.png) no-repeat center center / cover;
	width:107px;
	height:65px;
	border:none;
	cursor:pointer;
	margin:20px 0 0;
}

.sucess-message-container{
	text-align:center;
}
.sucess-message-container img{
	display:block;
	margin:0 auto 30px;
	max-width:100%;
	height:auto;
}
.message{
	background:#9cd4e5;
	font-size:20px;
	font-weight:700;
	max-width:400px;
	margin: 0 auto -10px;
	color:#0c80c7;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:15px 15px 20px;
	text-align:center;
}
.message header{
	font-weight:700;
	font-size:32px;
	margin:0;
}
.message p{
	margin:0;
}
.play-again{
	background:url(assets/61.png) no-repeat center center / cover;
	width:107px;
	height:65px;
	border:none;
	cursor:pointer;
	z-index:100;
	position:relative;
}
.intro-message-container {
	text-align:center;
}
.intro-img{
	display:flex;
	justify-content:center;
	margin-bottom:30px;
}
.intro-img img{
	padding:0 5px;
	max-width:24%
}
.level-easy{
	background:url(assets/21.png) no-repeat center center / cover;
	width:100px;
	height:44px;
	border:none;
	cursor:pointer;
	margin:0 20px;
}
.level-hard{
	background:url(assets/24.png) no-repeat center center / cover;
	width:100px;
	height:44px;
	border:none;
	cursor:pointer;
	margin:0 20px;
}
.btn{
	display:block;
	color:#fff;
	background:#15538f;
	font-weight:700;
	font-size:24px;
	line-height:2.08em;
	-webkit-border-radius:30px;
	border-radius:30px;
	transition: transform 0.3s ease-in-out;
	cursor:pointer;
	text-decoration:none;
	margin:30px auto;
	max-width:320px;
	z-index: 100;
	position: relative;
	text-align:center;
}
.btn:hover{
	color:#fff;
	transform: scale(1.1);
}
