body {
    line-height: 20px;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #474747;
}

header {
    background-color:white;
    padding: 10px 0;
    text-align: center;
}

header img {
    width: 100%;
    max-width: 900px;
    height: auto;
}

nav {
    text-align: right;
    padding: 50px;
    background-color: #c4cbd6;
}

nav a {
    text-align: center;
    margin: 0 15px;
    color: rgb(51, 50, 50);
    text-decoration: none;
    font-weight: bold;
}

.logo-link{
    text-decoration: none;
}

.logo {
    height: 50px;
    width: auto;
    float: left;
}

.content {
    text-align: left;
    max-width: 900px;
    margin: 20px auto;
    padding: 0 60px;
    text-align: center;
}

.content h1 {
    text-align: left;
    padding: 50;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 25px;
    color: #2a3f67;
}

.content p {
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.6;
}

.content .booking-button {
    text-align: left;
    background-color: #2a3f67;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    font-weight: bold;
}

.supporting-organisations {
    transition: transform 0.3s ease,box-shadow 0.3s ease;
    line-height: 20px;
    background-color: #f9f9f9;
    padding: 20px 0;
    text-align:center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


.supporting-organisations img {
    transform: scale(1.1);
    width: 160px;
    height: 120px;
    margin: 10px 15px;
    object-fit: contain;
}

footer {
    background-color: #a8b0c2;
    padding: 10px;
    text-align: center;
    color: #333;
    font-size: 14px;
    margin-top: 20px;
}

.supporting-organisations {
    align-items: center;
}

.groups{
    font-family: Arial, sans-serif;
    text-align: center;
    color: #2a3f67;
    background-color:#f9f9f9;
    margin-top: 70px;
    margin-right: 1060px;
}


/* Presentations page */

main {
    padding: 20px;
    background-color: #f9f9f9;
}

h1 {
    font-size: 24px;
    margin-bottom: 70px;
    text-align: left;
    margin-left: 183px;
    color: #2a3f67;
}

/* Table styling */
.table-container {
    margin-bottom: 40px;
}

.presentation-table {
    align-self: center;
    width: 80%;
    border-collapse: collapse; /* Ensures all table borders are combined */
    margin-bottom: 20px;
    margin: 0 auto;
    border: 1px solid black; /* Adds border to the entire table */
}

.presentation-table th, .presentation-table td {
    border: 1px solid black; /* Adds border to table cells */
    padding: 10px;
    text-align: left;
}

.presentation-table th {
    background-color: #f9f9f9;
}

.presentation-table td {
    background-color: #FFF;
}

.presentation-table th:first-child,
.presentation-table td:first-child {
    text-align: center;
    width: 5%;
}

.signature {
    font-size: xx-small;
}
