#container1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60%;
    max-height: 95%;
    overflow: auto;
    border-width: 17px;
    border-image-slice: 33% 33% 33% 33% fill;
    border-image-width: 18px 18px 18px 18px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: round round;
    border-image-source: url("img/lace.png");
    border-style: solid;
    z-index: 4;
}
@media only screen and (max-width: 700px) {
    #container1 {
        width: 75%;
    }
}
@media only screen and (max-width: 500px) {
    #container1 {
        width: 90%;
    }
}
#container2 {
    background-image:url(img/paper.jpg);
    border-radius: 10px;
    z-index: 5;
}
#title-top, #title-bottom {
    display: none;
}
#content {
    padding: 20px;
}
#menu {
    margin: 0;
}
#menu ul {
    margin-bottom: 10px;
}
#menu ul li {
    line-height: 2;
}
#textarea p {
    padding: 0;
}