body {
	background: #FAEBC4;
}

.viz {
	margin: 0 auto;
 	max-width: 1180px;
}

hr.top {
    margin: 40px auto 0 auto;
    border: none;
    border-top: medium double #3e3a30;
    color: #3e3a30;
    max-width: 1200px;
    text-align: center;
    height: 30px;
}
hr.top:after {
	font-family: 'Rammetto One', cursive;
	font-size: 40px;
    content: "D3";
    display: inline-block;
    position: relative;
    top: -0.8em;
    padding: 0 0.25em;
    background: #FAEBC4;
}

.title {
	font-family: 'Rammetto One', cursive;
	font-size: 124px;
	margin: -50px auto -50px auto;
	color: #3e3a30;
	display: flex;
	max-width: 1180px;
}

.title span {
	flex: 1 1 20%;
	text-align: center;
}

.bingoBoard, .header-container {
	margin: 20px;
}


.bingoRow {
	margin: 0 auto 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	max-width: 1180px;
}

.bingoChips {
	flex: 0 0 20%;
	fill: #FAEBC4;
	height: 95px;
	border-left: 3px solid #3e3a30;
	border-bottom: 3px solid #3e3a30;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3e3a30;
	font-family: 'Smythe', cursive;
	font-size: 26px;
	overflow: hidden;
}

.lastColumn {
	border-right: 3px solid #3e3a30;
}

.topRow div {
	border-top: 3px solid #3e3a30;
}

.free {
	font-size: 60px;
	letter-spacing: 0.1em;
	font-weight: 700;
}

.chosen {
	background: #625d51;
	color: white;
}

.url {
	cursor: pointer;
}

@media (max-width: 800px) {
	.title {
		font-size: 100px;
		margin: -30px auto -40px auto;
	}
	.bingoChips {
		font-size: 20px
	}
	.free {
		font-size: 50px;
	}
}

@media (max-width: 600px) {
	.title {
		font-size: 64px;
		margin: -20px 20px -30px 20px;
	}
	.bingoChips {
		font-size: 16px
	}
	.free {
		font-size: 30px;
	}
}