* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #eaeaea;
    background-image: url('images/bg9.jpg');
    background-size: auto;
    background-repeat: repeat;
    background-position: center center;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-container {
    width: 90%;
    max-width: 1400px;
}

.logo-container img {
    width: 100%;
    height: auto;
    display: block;
}
