/* css styles */

/* General styling */
.header h1 {
    font-size: 3rem;
    font-family: 'Great Vibes', cursive;
    color: #d67260;
    margin-bottom: 0;
}

.header p {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #555;
}

.header h2 {
    font-size: 2.5rem;
    margin-top: 0;
    color: #333;
}

.date p {
    font-size: 1.4rem;
    color: #333;
    margin: 10px 0;
}

.details p {
    font-size: 1rem;
    color: #777;
}

.btn {
    text-decoration: none;
    background-color: #d67260;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem;
    display: inline-block;
    margin-top: 20px;
}

.btn:hover {
    background-color: #b85b48;
}
