/*  Navigation Bar */
body {
	margin: 0px;
    background-color:black;
}
.page-wrapper {
	margin-left: auto;
	margin-right: auto;
}
#logo img{
	width: 400px;
    height: 120px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
/*  Navigation Bar */
.nav-bar ul {
    list-style-type: none;
    display: block;
    margin: auto;
    padding: 0;
	text-align: center;
    overflow: hidden;
    background-color: #BE1E2D;
}
.nav-bar li {
    display: inline-block;
    color: #F0F3F4;
    padding: 40;
    justify-content: center;
    font-style: Athelas;
    font-size: 30px;
    text-align: center;
    padding: 30px;
    text-decoration: none;
}
.nav-bar a {
    color: #F0F3F4;
    text-decoration: none;
}
/*  Body */
#header {
    height: auto;
	padding: 0;
	color: white;
    font-style: italic;
    font-style: bold;
    font-family: Lust;
    font-size: 60px;
	text-align: center;
    background: rgba(190, 30, 45, 1);
	margin-top: 25px;
    border: none;
}
#header2 {
    height: auto;
	padding: 0;
	color: white;
    font-style: italic;
    font-style: bold;
    font-family: Lust;
    font-size: 50px;
	text-align: center;
}
.wrapper-app {
  	display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    grid-template-rows: 2fr;
   	background-color: none;
	padding: 2em;    
}
aside {
	border: none;
	background-color: none;
	color: #8A8C8F;
	font-family: "Athelas bold";
}
#centerbar {
	border: none;
	background-color: none;
	color: #8A8C8F;
	font-family: "Athelas bold";
    justify-self: center;
    align-self: center;
}
article {
    justify-self: center;
    align-self: center;
}
h3 {
	font-style: bold;
    font-size: 20px;
    text-align: center;
	}
p {
  	font-size: 20px;
    text-align: center;
}
img {
	width: 220px;
    height: 200px;
}
/*  Footer */
.footer {
    position:relative;
    left: 0;
    bottom: 0;
	right: 0;
    width: 100%;
}
.footer p{
	background-color: none;
	font-family: Athelas;
    color: #F0F3F4;
    font-size: 16px;
    text-align: center;
}