.wrapper{
    Width:600px;
    background: White;
    margin: 0 auto 0 auto;
    
}

p{
    text-align: center;
    font-size: xx-large;
}

body {
	font-family: "Majesti Banner Medium";
    font-size: xx-large;
}

.heading{
   
    text-align: center;
}

.navvigation{
    height: 50px;
    background: grey;
    
}


.content{
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    background: White;
    width: 800p;
    text-align: center;
    
}

.sidebar{
    max-height: inherit;
    text-align: center;
    
}

.footer{
    clear: both;
    height: 40px;
    color: #be1e2d;
    text-align: center;
    padding: 10px;
    font-size-adjust: auto;
    
    
}

