body {
	font-family: 'Rock Salt', cursive;
}
.topPic {
	border-bottom: 5px solid black;
	padding: 0;
}

.fixBorder {
	border: 10px solid black;
	height: 275px;
	margin:25px;
}
.mainSection {
	margin-left: auto;
    margin-right: auto;
    text-align: center;
    clear:both;
}
.headerGood {
	width:100%;
	height: auto

}
.choices {
	font-size: 18px;
	margin-top: 10px;
	text-align: center;
	width: 100px;
	height: 35px;
	border:2px solid transparent;
}
.choices:hover {
	background-color: lightgray;
	border:2px solid black;
}
.boxCreate {
	border: 2px solid black;
	height: 150px;
	overflow: scroll;
	scroll-snap-point: end;
}
.moveDown {
	margin-top: 10px;
}
#nameSpotRight {
	white-space: nowrap;
}
#nameSpotLeft {
	white-space: nowrap;
}
.headSize {
	font-size: 28px;
}
.slightlyBigger {
	font-size: 18px;
}
#disconnectOne {
	text-align: center;
}
.oneScore {
	visibility: hidden;
}
.twoScore {
	visibility: hidden;
}
.hide {
	visibility: hidden;
}
#middleBox {
	overflow: hidden;
}
#leftBox {
	overflow: hidden;
}
#rightBox {
	overflow: hidden;
}
.one {
	width:35%;
	height:35%;
}
.two {
	width:35%;
	height:35%;
}
