*{
    font-family: Righteous;
}

body{
    background-color: black;
}

#div_title{
    background-color: #3F3F3F;
    text-decoration: none;
    text-align: center;
    color: white;
    width: 90%;
    height: auto;
    margin: auto;
    padding: auto;
	border-radius: 20px;
	font-size: 120%;
}

#div_menu{
	width: 90%;
	margin: auto;
	background: #3F3F3F;
	border-radius: 20px;
	font-size: 100%;
}

#div_menu ul{
	margin-top: 20px;
	margin-bottom: 25px;
	list-style-type: none;
	padding: 0;
	text-align: center;
	font-size: 100%;
}

#div_menu ul li{
	display: inline-block;
	background: #F38120;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 5px;
	border-radius: 5px;
	font-size: 105%;
}

#div_menu ul li a{
	text-decoration: none;
	color: black;
	font-size: 105%;
}

#div_welcome{
	text-align: center;
	color: white;
	font-size: 150%;
	padding: 0%;
	border: 0%;
	margin: 0%;
	margin-top: 50px;
}

#div_footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #303030;
	color: white;
	text-align: center;
  }

#div_logo{
	text-align: center;
	margin-bottom: 70px;
}

#img_logo{
	height: auto;
	width: 40%;
	border-width: 10px;
	border-style: solid;
	border-radius: 20px;
	border-color: #fff;
}

@media screen and (max-width: 750px) {
  #img_logo {
    height: auto;
	width: 80%;
  }
}