body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: #e6e6e6;
}

header {
    padding: 20px;
    background-color: #fff;
	width:100%;
}

header img {
    max-width: 200px;
}

.container {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 40px;
	width: 100%;
}

.column {
    background-color: #fff;
    padding:20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 45%;
	max-width: 200px;
	position: relative;
}

.column a {
    text-decoration: none;
    color: #333;
    display: block;
}

.column img {
    /* max-width: 200px;
	/* max-height: 200px; */
	width: 90%;
    margin-bottom: 10px;
}

.column p {
    margin-bottom: 5px;
	/*position: absolute;*/
    bottom: 0;
	text-align:center;
	width:100%;
}


footer {
    position: fixed;
    background-color: #333;
    color: white;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    margin-bottom: 0px;
}
