.template2 {
    font-family: 'Georgia, serif';
    background-color: #fafafa;
    border: 1px solid #ccc;
    padding: 25px;
    margin: 25px;
}

.template2 header h1 {
    color: #5cb85c;
    text-align: center;
    font-size: 2em;
}

.template2 header h2 {
    color: #428bca;
    text-align: center;
    font-size: 1.5em;
}

.template2 .event-details, .template2 .message, .template2 .gallery, .template2 .guest-list {
    margin-top: 20px;
}

.template2 .event-details p, .template2 .message p {
    font-size: 1.2em;
}

.template2 .gallery h3, .template2 .guest-list h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
}
