body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    color: #333;
}

.container {
    text-align: center;
    width: 90%;
    max-width: 900px;
}

h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.description {
    font-size: 1.1rem;
    margin-bottom: 25px;
    color: #555;
}

.construction-box {
    background: white;
    padding: 20px 30px;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.logos {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.logos-img {
    transform: scale(0.8); 
    transform-origin: center;
}