body {
    font-family: 'Open Sans', sans-serif;
    background: #fff5e6;
    margin: 0;
}

.header {
    background: #800000;
    color: white;
    padding: 15px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.menu {
    background: #ff9933;
    padding: 10px;
    text-align: center;
}

.menu a {
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
}

.banner {
    text-align: center;
    padding: 80px;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('temple.jpg');
    color: white;
}

.btn {
    background: #ff6600;
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    margin: 10px;
    display: inline-block;
}