body{
    font-size: 18px;
}
button{
    height: 32px;
    margin: 5px;
    color: #fff;
    border: none;
}
input{
    height: 32px;
    margin: 10px;
    width: 300px
}
.wrapper{
    width: 800px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Lora', serif;
}
.header, .footer{
    text-align: center;
    height: 50px;
    color: #fff;
    background: #598F32;
}
.content{
    padding: 15px;
    text-align: center;
}
.content p{
    text-align: justify;
}
.content img{
    width: 300px;
}
.modal{
    position: absolute;
    display: none;
    top: 24%;
    right: 38%;
    width: 320px;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.footer{
    padding: 10px;
}
.modal p{
    text-align: center;
}
.open, .send{
    background: #598F32;
}
.cansel{
    background: #993022;
    margin-left: 10px;
}
