body {
    background-image: url('background_l.png');
    background-size: cover;
    font-family: 'Tenorite', sans-serif; /* Set the default font to Tenorite */
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;
	color: teal;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.title {
    font-size: 40px;
    margin-top: 20px;
    font-family: 'Tenorite', sans-serif; /* Set the font for the title */
}

.columns {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.column {
    flex-basis: calc(33.33% - 20px);
    padding: 10px;
    background-color: transparent;
    border-radius: 5px;
    text-align: center;
    font-family: 'Tenorite', sans-serif; /* Set the font for the columns */
}

.column img {
    max-width: 100%;
    height: auto;
}

.logo {
    width: 150px; /* Set your desired width */
    height: auto; /* Maintain aspect ratio */
}

.logo-header {
    width: 350px; /* Set your desired width */
    height: auto; /* Maintain aspect ratio */
}

.partners {
    width: 900px; /* Set your desired width */
    height: auto; /* Maintain aspect ratio */
}

.logo-link {
    position: absolute;
    top: 100px;
    left: 100px;
	background-color: transparent;
    text-decoration: none;
}

a:link {
  color: teal;
  background-color: transparent;
  text-decoration: none;
}

.navbar {
	background-color: transparent;
	overflow: hidden;
	text-align: center;
	padding: 15px 0;
}

.navbar a {
	display: inline-block;
	color: teal;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.navbar a:hover {
	background-color: #ddd;
	color: black;
}

/* You can add more specific styling for the columns or images here */
