/* Margin and padding */
* {
    margin: 0px;
    padding: 0;
    box-sizing: border-box;
}

/* Body styles */
body {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    margin-left: 10px;
    margin-right: 10px;
}

/* Apply styles to the header section */
header {
    background-color: #ffffff;
    padding: 10px 20px;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo-section {
    flex: 0 0 auto;
    margin-left: 10px;
}
 
.logo {
    height: 110px;
    width: auto;
}

nav ul {
    list-style-type: none;
    display: flex;
    font-size: 12px;
    margin: 0;
    padding: 0;
    justify-content: flex-end; 
}

nav ul li a {
    text-decoration: none;
    color: #979797;
    font-weight: bold;
    margin-right: 40px;
}

nav ul li a:hover {
    color: #484848;
}

a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

/* Apply styles to the main section*/
h1 {
    text-align: right;
    margin-top: 30px;
    margin-right: 40px;
    font-size: 24px;
}

h2 {
    text-align: center;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 150px;
    font-size: 24px;
}

p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

h3 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
}

h3 a:hover {
    color: #979797;
}

/* Images */
.image-container5 {
    display: flex;
    justify-content: center;
    align-items: centre;
    margin-bottom: 0px;
    margin-top: 50px;
    width: 100%;
    padding: 0;
    filter: grayscale(100%) brightness(100%);
    overflow-x: auto;
}

.Image5 {
    display: inline-block;
    margin: 0px;
    width: 310px;
    height: 310px;
    margin: 10px;
    margin-bottom: 0px;
}

/* Apply styles to the footer */
footer {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    position: fixed;
    height: 100px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
}

footer h4 {
    margin: 5px;
    font-size: 12px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left {
    width: 50%;
    text-align: left;
    margin-left: 10px;
}

.right {
    width: auto;
    text-align: right;
}

.subscribe {
    display: inline-block; 
    margin-top: 0px;
    text-align: right;
    font-size: 12px;
}

.subscribe form {
    display: inline-block;
    vertical-align: middle;
}

.subscribe label,
.subscribe input {
    display: inline-block;
    vertical-align: left;
    margin-left: 450px;
}

.subscribe button {
    display: inline-block;
    vertical-align: left;
    margin-left: 450px;
    color: #ffffff;
    background-color: #000000;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 10px; /* Set border radius to create rounded edges */
    padding: 5px 5px; /
}

.join button {
    display: block;
    width: fit-content;
    margin: 0 auto;
    justify-content: center;
    color: #ffffff;
    background-color: #000000;
    border-radius: 20px; /* Set border radius to create rounded edges */
    padding: 10px 10px; 
    margin-top: 20px;
    margin-bottom: 150px;
}
