body {
    background-color: #d0e4b6;
    background-image:url(side.png), url(side.png);
    background-position: left,right;
    background-repeat: repeat-y, repeat-y;
    color: #8304ab;
    font-family: "Comic Sans MS", "Comic Sans", "cursive";
    align-items: center;
}
h1 {
    color: #75a412;
    background-color: #dea5f0;
    padding: 20px;
}
.container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.text {
    font-size: 20px;
}
img {
max-width: 100%
}
.image {
    flex-basis: 10%
}
p {
   margin-left: 200px;
   margin-right: 200px;
   margin-top: 0px;
   margin-bottom: 20px;
   text-align: center;
    font-size: 20px;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 30%;
}
h2 {
    text-align: center;
    color:#75a412
}
p {
    line-height: 23px;
}
ul {
    margin-left: 200px;
    font-size: 20px;
    color: #75a412;
}
li.menu-item {
    margin:0 0 20px 0;   
 }