a {
	border-bottom: 2px solid transparent;
}

a:hover {
	border-color: white;
}

body {
	text-align: center;
	margin: 0;
}

footer {
	text-transform: uppercase;
	padding: 0 20px;
	background-color: #0D2C40;
	color: white;
	font-size: 14px;
	letter-spacing: .08em;
	font-weight: 500;
	display: block;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

h1 {
	font-family: "Raleway";
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 45px;
	margin: 0;
	text-transform: uppercase;
}

h2 {
	font-family: "Raleway";
	color: #0D2C40;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 35px;
	text-transform: uppercase;
}

h3 {
	font-family: "Raleway";
	color: #0D2C40;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 26px;
	text-transform: uppercase;
}

header {
	background-color: #F15B31;
	padding: 30px 20px;
}

main {
	margin: 35px auto;
	align-content: center;
	width: 750px;
	min-height: calc(100vh - 62px);
}

nav {
	background-color: #00A6B3;
	padding: 10px 0;
}

p {
	font-family: "Droid Serif";
	line-height: 26px;
	font-size: 18px;
}

.board {
	border: solid black 2px;
	display: inline-block;
	box-sizing: border-box;
	width: 750px;
}

.card {
	padding: 5px 2px 0 2px;
	height: auto;
	box-sizing: border-box;
}

.copyright {
	float: left;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
	font-size: 0;
}

.copyright, .message {
	font-family: "Raleway";
}

.currentScore , .highScore, .level, .nextLevelButton, .resetHighScoreButton, .resetGameButton {
	font-family: "system-ui";
  	font-size: 20px;
	display: inline-block;
	background-color: white;
	color: #F15B31;
  	text-transform: uppercase;
	width: 220px; 
	border-radius: 20px;
  	padding: 1px 0;
  	margin: 0 10px;
  	vertical-align: middle
}

.ingameInfo {
	display: block;
	background-color: #00A6B3;
	border: black 2px solid;
 	font-size: 11px;
	text-transform: uppercase;
}

.message {
	float: right;
}

.name {
	color: #F15B31;
	font-weight: 700;
}

.nav-link {
	font-family: "Raleway";
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 20px;
}

.nextLevelButton, .resetHighScoreButton, .resetGameButton {
	color: #FFFFFF;
	background-color: #F15B31;
	border: none;
	font-weight: bold;
}

.nextLevelButton:hover, .resetHighScoreButton:hover, .resetGameButton:hover {
	background-color: #924D31;
}

.nextLevelButton:disabled {
	background-color: #666666;
	color: #CCCCCC;
}