body{
	background-color: #212529;
	font-family: 'Trebuchet MS', sans-serif;
}

.topMenu{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	border-radius: 15px;
	border-style: solid;
	
	background-color: #495057;
	border-top-color: #6C757D;
	border-left-color: #6C757D;
	border-bottom-color: #343A40;
	border-right-color: #343A40;
}

.infoMenu{
	text-align: center;
	padding-top: 30px;
	margin-top: 30px;
	border-radius: 15px;
	border-style: solid;
	
	background-color: #495057;
	border-top-color: #6C757D;
	border-left-color: #6C757D;
	border-bottom-color: #343A40;
	border-right-color: #343A40;
}

.wcaLogo{
	width: 20%;
	height: 20%;
	border-radius: 15px;
	border-style: outset;
	border-color: #343A40;
	padding: 20px;
	background-color: hsl(208, 7%, 38%);
}

.wcaLogo:hover{
	background-color: hsl(208, 7%, 40%);
}

.socialName{
	font-size: 25px;
	font-weight: bold;
}