/*.saveTheDate.container {
    padding: 8rem 20px;
    text-align: center;
}
.saveTheDate h2 {
    font-size: 60px;
    text-shadow: 0 0 6px #fff;
}*/
.saveTheDate p {
    max-width: 630px;
    margin: 2rem auto;
}
.saveTheDate h2 {
    text-align: center;
}
.saveTheDateBorder {
    width: 100%;
    height: 5px;
    background: #f4dc7c;
    margin: 3rem auto;
}