* {
	font-family:Arial, Sans-Serif;
}

.logo {
	color: #399CBC;
	font-size: 2em;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}

.logo strong {
	color: #005288;
}


/* Стили для отображения товара */
.shop_container {
    position: relative;
    text-align: center;
}

.shop_text {
    position: absolute;
	color: blue;
	-webkit-text-stroke: 2px black;
	font-size: 40px;
	font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gold_button {
	background-color: #FFD700;
	border-radius: 12px;
	color: white;
	padding: 6px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

.rubin_button {
	background-color: #9f003d;
	border-radius: 12px;
	color: white;
	padding: 6px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

.money_button {
	background-color: #4CAF50;
	border-radius: 12px;
	color: white;
	padding: 6px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}