
h2 {
text-align: center;

}



img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;

}

* {
  padding: 0;
  margin: 0
}

body {

background-image: url(mould.png);
background-repeat: no-repeat;
background-color:rgba(0, 0, 0, 0.5);
font-family: 'GFS Didot', serif;
color: #232323;
}


.container-nav {

background-color: #FFFFFF;
width: 1070px;
height: 70px;
margin: auto;
opacity: 0.9;
border-radius: 10px 10px 0px 0px;
border-left: solid 10px #B2151c;
border-right: solid 10px #B2151c;
position: relative;
border-top: 5px solid black;
color: #555656;
padding-top: 5px;
font-size: 23px;

}



.container {
background-color: #FFFFFF;
width: 1070px;
height: 620px;
margin: auto;
border-left: solid 10px #B2151c;
border-right: solid 10px #B2151c;
padding-top: 20px;
border-radius: 0px 0px 20px 20px;
margin-bottom: 20px;
}


.container-inner {
margin: 20px;
float: left;
width: 720px;
}

.container-inner-sidebar {
float: right;
width: 250px;
border-left: 5px dashed #B2151c;
height: 400px;
padding: 32px 10px 20px 10px;

}



li + li::before {
    content: "|     ";
    display: inline;

}

ul li {
list-style: none;
display: inline;
}

li {
margin: 0px 10px 0px 10px;
text-align: center;
}

a {
color: #232323;
text-decoration: none;
}

.head-text {
font-size: 30px;
font-style: italic;
}

.left-side {
float: left;
width: 352px;
height: 2290px;
}

.right-side {
float: right;
width: 352px;
height: 2290px;
}

.left-side-lower {
float: left;
width: 352px;
}

.right-side-lower {
float: right;
width: 352px;
}
