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

.top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    transition: opacity 0.5s ease;
}

.text-container {
    color: white;
}

.text-container h1 {
    font-size: 60px;
    margin-bottom: 10px;
}

.text-container h2 {
    font-size: 30px;
    margin-top: 0;
}

.image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.bottom-section {
    padding: 60px;
    width: 1600px;
    margin: 0 auto;
}

.info-block {
    background-color: white;
    border-radius: 50px;
    padding: 60px;
    line-height: 1.5;
}