@font-face {
	src: url("../fonts/Verdana-Bold.woff");
	font-family: 'Verdana';
}

@font-face {
	src: url("../fonts/CursedTimerUlil-Aznm.ttf");
	font-family: 'Cursed Timer ULiL';
}

* {
	font-style: normal;
}

body {
	margin: 0;
	background: #1B244A;
}

.container {
	display: flex;
	justify-content: space-around;
	max-width: 900px;
	margin: 0 auto;
}

.home,
.guest {
	font-family: 'Cursed Timer ULiL', sans-serif;
	font-weight: 400;
}

h3 {
	font-family: 'Verdana', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 36px;
	color: #EEEEEE;
	text-align: center;
}

.score {
	background: #080001;
	border-radius: 5px;
	width: 155px;
	height: 120px;
	font-size: 90px;
	line-height: 127px;
	text-align: center;
	color: #F94F6D;
}

.btns-pannel {
	margin-top: 26px;
}

.btns-pannel button {
	font-family: 'Cursed Timer ULiL', sans-serif;
	font-weight: 400;
	width: 45px;
	height: 45px;
	background: none;
	border: 2px solid #9AABD8;
	border-radius: 5px;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #9AABD8;
}

.reset {
	font-family: 'Cursed Timer ULiL', sans-serif;
	font-weight: 400;
	width: 100%;
	margin-top: 20px;
	background: none;
	border: 2px solid #9AABD8;
	border-radius: 5px;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #9AABD8;
}

@media (max-width: 380px) {
	h3 {
		font-size: 32px;
	}

	.score {
		width: 125px;
		height: 100px;
		font-size: 70px;
		line-height: 117px;
	}

	.btns-pannel button {
		width: 38px;
		height: 38px;
		font-size: 13px;
		line-height: 18px;
		text-align: center;
		color: #9AABD8;
	}
}