body {
    background-image: url(../images/background1.jpg);
    background-size: cover;
    background-size: 100%;
    background-repeat: repeat-y;
}

header {
    text-align: center;
}

ul {
    list-style-type: none;
}

li {
    display: flex;
    justify-content: center;
    padding: 6px;
}



ul,li,a {
    margin: 0 0 0 10px;
    line-height: 1;
    color:								white;
	font-size: 							30px;
	font-family: 						arial;

}





.main_wrapper a {

	color:								white;

	text-decoration: 					none;

	font-size: 							30px;

	font-family: 						arial;

	
}



