body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}

.container {
    max-width: 1200px; /* Adjust this value to control the width */
    margin: 0 auto; /* Centers the container horizontally */
    padding: 20px;
    text-align: left; /* Aligns text to the left */
}

.wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
    max-width: 1000px; /* Adjust this value to control the width */
    margin: 0 auto; /* Centers the container horizontally */
    padding: 0px;
    padding-bottom: 160px;
    text-align: left; /* Aligns text to the left */
}

.menu {
    min-width: 200px;
}

.float-image-left{
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.float-image-right{
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}

header {
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 0px;
    text-align: center;
}

section {
    padding: 0px;
}

footer {
    position: fixed;
    bottom: 0;
    padding-top: 20px;
    width: 100%;
}
