body {
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

header {
    width: 100%;
}

header img {
    width: 100%;
    height: auto;
}

.content {
    width: 100%;
}

.content img {
    width: 50%;
    height: auto; 
    float: left;
    margin-right: 10px;
}

.testoPresentazione {
    width: 49%;
    float: right;
}

.testoPresentazione h1 {
    text-align: center;
}

.testoPresentazione h2 {
    text-align: center;
}

.buttonContainer {
    text-align: center;
    margin: 20px 0;
    padding: 10px;
    width: 100%;
    background-color: blue;
    color: white;
}

.buttonContainer a {
    color: white;
    text-decoration: none;
}

footer {
    margin: 20px;
    width: 100%;
    text-align: center;
}