body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    background-color: #f0f0f0;
}

.container {
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px;
    max-width: 100%;
}
.container1 {
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px;
    width: auto;
}

h1 {
    margin-top: 20px;
}

.button-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}

.btn-functional-red {
    height: 25px;
    margin: 5px;
    cursor: pointer;
    background-color: red;
}
.btn-functional-green {
    height: 25px;
    margin: 5px;
    cursor: pointer;
    background-color: green;
}

.btn {
    width: 200px;
    height: 100px;
    background-size: cover;
    background-position: center;
    border: none;
    color: white;
    text-shadow: 1px 1px 4px black;
    font-size: 25px;
    margin: 10px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.btn:hover {
    opacity: 0.8;
}

/* Assigning different background images to each button */
.btn-translation {
    background-image: url('images/translate2.png');
}

/* Assigning different background images to each button */
.btn-genConf {
    background-image: url('images/Christus.png');
}

.btn-wardCalendar {
    background-image: url('images/wardCalendar.jpg');
}

.btn-wardWhatsApp {
    background-image: url('images/WhatsAppLink.jpg');
}
.btn-newWardMember {
    background-image: url('images/NewWardMember.jpg');
}

.btn-hymns {
    background-image: url('images/hymns.png');
}

.btn-missionaryMealCalendar {
    background-image: url('images/missionaryMealCalendar.jpg');
}

.btn-location {
    background-image: url('images/location.jpg');
}

.btn-youthCalendar {
    background-image: url('images/youthCalendar.jpg');
}

/*.btn-specialEvents {
    background-image: url('images/ReliefSocietyChristmasHighTeaInvite.png');
}*/
.btn-announcements {
    background-image: url('images/announcements.jpg');
}

.header-images {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.header-images img {
    vertical-align: top;
}
