.aboutus-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ccc;
    background: #f4f9ff; /* világoskékes háttér, a fő színedhez illeszkedve */
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    text-align: center;
    background: radial-gradient(circle, #004d7a, #051937);
    /*background-image: linear-gradient(to top, #111a29, #183451);*/
}

.aboutus-content h2 {
    font-size: 2rem;
    color: #0080FF;
    margin-bottom: 20px;
}

.aboutus-content p {
    font-size: 1.1rem;
    color: #ccc;
    margin-bottom: 16px;
    line-height: 1.6;
}
