body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #87CEEB, #000015);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}

.container {
    text-align: center;
    padding: 50px;
    background: #000015;
    border-radius: 20px;
    box-shadow: 10px 10px 20px #001234, -10px -10px 20px #00000C;
    margin-bottom: 20px;
    max-width: 800px;
    width: 100%;
    color: #fff;
}

.logo {
    width: 100px;
    height: 100px;
    background: #FFF;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.logo img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 2em;
    margin-bottom: 20px;
}

p {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.button {
    padding: 10px 20px;
    font-size: 1em;
    color: #000015;
    background: #87CEEB;
    border: none;
    border-radius: 10px;
    box-shadow: 5px 5px 15px #0060A9, -5px -5px 15px #00A0FF;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button:hover {
    background: #0060A9;
}

.section {
    text-align: center;
    padding: 40px;
    background: #000015;
    border-radius: 20px;
    box-shadow: 10px 10px 20px #001234, -10px -10px 20px #00000C;
    margin-bottom: 20px;
    max-width: 800px;
    width: 100%;
    color: #fff;
}

.section h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
}

.section p {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.corporate {
    text-align: left;
}

.corporate h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
    text-align: center;
}

.corporate p {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.affiliates {
    text-align: center;
    margin-top: 20px;
}

.affiliates h3 {
    font-size: 1.5em;
    color: #fff;
    margin-bottom: 20px;
}

.affiliates img {
    max-width: 150px;
    margin: 10px;
    box-shadow: 5px 5px 15px #001234, -5px -5px 15px #00000C;
    border-radius: 10px;
}
