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

.build-in-rust {
    background: #362c5c;
    color: #fff;
    padding: 2.5rem 0 2.5rem 0;
}
.build-in-rust .section-title {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}
.build-in-rust .section-title::after {
    content: '';
    display: block;
    width: 200px;
    height: 10px;
    background: #c23a4b;
    margin-top: 8px;
    border-radius: 3px;
}
.build-in-rust .build-desc {
    margin-bottom: 2rem;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.7;
    max-width: 900px;
    text-align: justify;
}
.build-in-rust .build-features {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.build-in-rust .build-feature {
    flex: 1 1 250px;
    min-width: 250px;
    max-width: 280px;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
@media (max-width: 1400px) {
    .build-in-rust .build-feature {
        flex: 1 1 45%;
    }
}
.build-in-rust .build-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.2rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.build-in-rust .build-icon svg {
    width: 80px;
    height: 80px;
    display: block;
}
.build-in-rust .build-feature h3 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.build-in-rust .build-feature p {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    margin: 0;
}
.build-in-rust .btn-block {
    background: #c23a4b;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    text-decoration: none;
    transition: background 0.2s;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    display: block;
    box-shadow: none;
    text-transform: uppercase;
}
.build-in-rust .btn-block:hover {
    background: #a12d3b;
}

.why-rust {
    background: #16807a;
    color: #fff;
    padding: 2.5rem 0 2.5rem 0;
}
.why-rust .section-title {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}
.why-rust .section-title::after {
    content: '';
    display: block;
    width: 280px;
    height: 10px;
    background: #362c5c;
    margin-top: 8px;
    border-radius: 3px;
}
.why-rust .features {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    margin-top: 2rem;
}
.why-rust .feature {
    flex: 1 1 300px;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 8px 2.5rem 8px;
    text-align: left;
}
.why-rust .feature h3 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.why-rust .feature p {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: justify;
}
.get-involved .section-title {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}
.get-involved .section-title::after {
    content: '';
    display: block;
    width: 200px;
    height: 10px;
    background: #2d295b;
    margin-top: 8px;
    border-radius: 3px;
}
.get-involved .involved-features {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.get-involved .involved-feature {
    flex: 1 1 30%;
    min-width: 280px;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 1rem;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.get-involved .involved-feature h3 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.get-involved .involved-feature p {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    min-height: 80px;
    text-align: justify;
}
.get-involved .btn-block {
    background: #2d295b;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    padding: 16px 0;
    font-size: 1.1rem;
    text-decoration: none;
    transition: background 0.2s;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
    width: 100%;
    display: block;
    box-shadow: none;
    text-transform: uppercase;
}
.get-involved .btn-block:hover {
    background: #1e1a3a;
}

.thanks .section-title {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}
.thanks .section-title::after {
    content: '';
    display: block;
    width: 150px;
    height: 10px;
    background: #ffd166;
    margin-top: 8px;
    border-radius: 3px;
}.thanks > .container > p {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 900px;
    text-align: justify;
}.thanks-flex {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    margin-top: 2rem;
    flex-wrap: wrap;
}
.thanks-block {
    flex: 1 1 45%;
    min-width: 280px;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 1rem;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.thanks-block h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.thanks-block p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    min-height: 60px;
    text-align: justify;
}
.thanks-block .btn-block {
    background: #ffd166;
    color: #222;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    padding: 16px 0;
    font-size: 1.1rem;
    text-decoration: none;
    transition: background 0.2s;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
    width: 100%;
    display: block;
    box-shadow: none;
    text-transform: uppercase;
}
.thanks-block .btn-block:hover {
    background: #e6b94c;
}

.rust-footer {
    background: #363d3f;
    color: #fff;
    padding: 2.5rem 0 0.5rem 0;
    font-size: 1rem;
    font-family: 'Fira Mono', monospace;
    margin-top: 0;
    text-align: center;
}
.footer-col ul li a, .footer-bottom a {
    color: #ffd166;
    text-decoration: none;
    font-weight: 700;
}
.footer-col ul li a:hover, .footer-bottom a:hover {
    text-decoration: underline;
}
.footer-col ul li, .footer-col h4 {
    color: #ffd166;
}
.footer-col h4 {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
}
.footer-bottom {
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    margin-top: 1.5rem;
    padding-bottom: 0.5rem;
}
.footer-social a {
    font-size: 2.2rem;
    margin-right: 18px;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}
.footer-social a:hover {
    color: #ffd166;
}
.footer-col select {
    font-size: 1.1rem;
    padding: 4px 8px;
    border-radius: 3px;
    border: none;
    margin-top: 1rem;
}

body {
    font-family: 'Fira Sans', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #222;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header */

.rust-header {
    background: #fff;
    padding: 1rem 0;
    top: 0;
    z-index: 100;
}
.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
    flex-wrap: wrap;
}
.header-left {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}
.main-logo {
    width: 60px;
    height: 60px;
    margin: 0;
    display: block;
}
.main-nav {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    margin: 0;
}
.main-nav .nav-link {
    color: #222;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
    transition: all 0.2s;
    border-bottom: 2px solid transparent;
}
.main-nav .nav-link:hover {
    color: #16807a;
    border-bottom-color: #16807a;
}
.main-nav .lang-select {
    font-size: 1.1rem;
    padding: 4px 8px;
    border-radius: 3px;
    border: 1px solid #888;
    margin-left: 16px;
}

/* Hero Section */
.hero {
    background: #fff;
    padding: 3rem 0;
    border-bottom: none;
}
.hero-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}
.hero-title-block {
    flex: 1 1 100%;
    text-align: center;
    margin: 0;
}
.rust-title {
    font-family: 'Fira Sans', Arial, sans-serif;
    font-weight: 900;
    font-size: 4.5rem;
    letter-spacing: -2px;
    margin: 0 0 1rem 0;
    line-height: 1.1;
}
.hero-lead {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 0 2rem 0;
    color: #333;
    line-height: 1.5;
}
.hero-actions {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    gap: 1rem;
}
.hero-btn {
    background: #ffd166;
    color: #111;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    padding: 1.25rem 3rem;
    font-size: 1.3rem;
    text-decoration: none;
    transition: all 0.3s;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    border: 1px solid transparent;
}
.hero-btn:hover {
    border-color: #222;

    
}
.version-link {
    color: #2ca6c9;
    font-size: 1.1rem;
    text-decoration: underline;
    margin-left: 0;
    font-weight: 500;
}

/* Hero */
.hero {
    background: #fff;
    padding: 2.5rem 0 2.5rem 0;
    border-bottom: 4px solid #e5e5e5;
}
.hero-lead {
    font-size: 2rem;
    font-weight: 400;
    margin: 0 0 0.5rem 0;
    color: #222;
    line-height: 1.3;
}

/* Why Rust */
.why-rust {
    background: #38616b;
    color: #fff;
    padding: 2.5rem 0 2.5rem 0;
}
.why-rust .section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
}
.why-rust .section-title::after {
    content: '';
    display: block;
    width: 120px;
    height: 6px;
    background: #4f2e91;
    margin-top: 6px;
    border-radius: 3px;
}
.why-rust .why-desc {
    margin-bottom: 2rem;
    font-size: 1.1rem;
    line-height: 1.7;
}
.why-rust .features {
    display: flex;
    gap: 32px;
    justify-content: center;
    margin-top: 2rem;
    flex-wrap: nowrap;
}
.why-rust .feature {
    flex: 1 1 0;
    max-width: 280px;
    min-width: 220px;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 8px;
    text-align: center;
}
.why-rust .feature-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.why-rust .feature h3 {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.why-rust .feature p {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.7;
    text-align: justify;
    margin-top: 0.5rem;
}

/* Build it in Rust */
.build-in-rust {
    background: #4f2e91;
    color: #fff;
    padding: 2.5rem 0 2.5rem 0;
}
.build-in-rust .section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
}
.build-in-rust .section-title::after {
    content: '';
    display: block;
    width: 120px;
    height: 6px;
    background: #38616b;
    margin-top: 6px;
    border-radius: 3px;
}
.build-desc {
    margin-bottom: 2rem;
    font-size: 1.1rem;
    line-height: 1.7;
}
.build-features {
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: nowrap;
}
.build-feature {
    flex: 1 1 0;
    max-width: 280px;
    min-width: 220px;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 8px;
    text-align: center;
}
.build-icon {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}
.build-in-rust .build-feature h3 {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.build-in-rust .build-feature p {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.7;
    text-align: justify;
}
.btn-block {
    display: block;
    width: 100%;
    margin: 1rem auto 0 auto;
    background: #ffd166;
    color: #222;
    font-weight: 700;
    border: none;
    border-radius: 4px;
    padding: 10px 0;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.2s;
}
.btn-block:hover {
    background: #e6b94c;
}

/* Production */
.production {
    background: #fff;
    color: #222;
    padding: 2.5rem 0 2.5rem 0;
}
.production .section-title {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}
.production .section-title::after {
    content: '';
    display: block;
    width: 260px;
    height: 10px;
    background: #ffd166;
    margin-top: 8px;
    border-radius: 3px;
}
.production-desc {
    font-size: 1.2rem;
    margin-top: 1.5rem;
    font-weight: 400;
    line-height: 1.7;
    text-align: justify;
}

/* Get involved */
.get-involved {
    background: #7c3142;
    color: #fff;
    padding: 2.5rem 0 2.5rem 0;
}
.get-involved .section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
}
.get-involved .section-title::after {
    content: '';
    display: block;
    width: 120px;
    height: 6px;
    background: #ffd166;
    margin-top: 6px;
    border-radius: 3px;
}
.involved-features {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.involved-feature {
    flex: 1 1 200px;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 8px;
    text-align: left;
}
.involved-feature h3 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.involved-feature p {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 400;
}

/* Thanks */
.thanks {
    background: #fff;
    color: #222;
    padding: 2.5rem 0 2.5rem 0;
}
.thanks .section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
}
.thanks .section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 6px;
    background: #ffd166;
    margin-top: 6px;
    border-radius: 3px;
}
.thanks-flex {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    margin-top: 2rem;
}
.thanks-block {
    flex: 1 1 200px;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 8px;
    text-align: left;
}

/* Footer */
.rust-footer {
    background: #3e4647;
    color: #fff;
    padding: 2.5rem 0 1.5rem 0;
    font-size: 1rem;
    font-family: 'Fira Sans', Arial, sans-serif;
    margin-top: 0;
}
.footer-flex {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.footer-col {
    flex: 1 1 280px;
    margin-bottom: 1rem;
}
.footer-col h4 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}
.footer-col ul li {
    margin-bottom: 1rem;
}
.footer-col ul li a {
    color: #FFD600;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
    transition: color 0.2s;
}
.footer-col ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-social {
    display: flex;
    gap: 18px;
    margin-top: 1rem;
}
.footer-social a {
    width: 48px;
    height: 48px;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.footer-social a svg {
    width: 48px;
    height: 48px;
    fill: currentColor;
}
.footer-social a:hover {
    color: #FFD600;
}
.footer-bottom {
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    margin-top: 2rem;
    padding-bottom: 1rem;
    line-height: 1.6;
}
.footer-bottom a {
    color: #FFD600;
    text-decoration: underline;
    font-weight: 600;
}
.footer-bottom a:hover {
    color: #fff;
}
.footer-col select {
    font-size: 1.1rem;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #888;
    margin-top: 1rem;
    background: #fff;
}

@media (max-width: 1200px) {
    .container {
        padding: 0 20px;
    }
    
    .rust-title {
        font-size: 4rem;
    }
    
    .hero-lead {
        font-size: 1.4rem;
    }
    
    .build-features {
        gap: 2rem;
    }
    
    .build-feature {
        flex: 1 1 calc(50% - 1rem);
    }
}

@media (max-width: 900px) {
    .container {
        padding: 0 16px;
    }
    
    /* Header */
    .header-flex {
        gap: 1rem;
    }
    
    .main-logo {
        width: 50px;
        height: 50px;
    }
    
    .main-nav {
        gap: 0.5rem;
    }
    
    .main-nav .nav-link {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }
    
    /* Hero */
    .hero {
        padding: 3rem 0;
    }
    
    .rust-title {
        font-size: 3.5rem;
    }
    
    .hero-lead {
        font-size: 1.3rem;
    }
    
    .hero-btn {
        font-size: 1.2rem;
        padding: 1.1rem 2.5rem;
    }
    
    /* Section titles */
    .why-rust .section-title,
    .build-in-rust .section-title,
    .production .section-title,
    .get-involved .section-title,
    .thanks .section-title {
        font-size: 2rem;
    }
    
    /* Feature sections */
    .why-rust .features {
        flex-direction: column;
        gap: 2rem;
    }
    
    .why-rust .feature {
        flex: 1 1 100%;
        min-width: 100%;
    }
    
    .build-features {
        gap: 2rem;
    }
    
    .build-feature {
        flex: 1 1 45%;
        min-width: 200px;
    }
    
    .get-involved .involved-features {
        gap: 2rem;
    }
    
    .get-involved .involved-feature {
        flex: 1 1 100%;
        min-width: 100%;
    }
    
    .thanks-flex {
        gap: 2rem;
    }
    
    .thanks-block {
        flex: 1 1 100%;
        min-width: 100%;
    }
    
    /* Footer */
    .footer-flex {
        gap: 2rem;
    }
    
    .footer-col {
        flex: 1 1 45%;
        min-width: 200px;
    }
}

@media (max-width: 600px) {
    .container {
        padding: 0 12px;
    }
    
    /* Header */
    .rust-header {
        padding: 0.75rem 0;
    }
    
    .header-flex {
        justify-content: space-between;
    }
    
    .main-logo {
        width: 45px;
        height: 45px;
    }
    
    .main-nav {
        justify-content: flex-end;
    }
    
    .main-nav .nav-link {
        font-size: 0.95rem;
        padding: 0.4rem 0.8rem;
    }
    
    /* Hero */
    .hero {
        min-height: 100vh;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .hero .container {
        padding: 2rem 16px;
    }
    
    .hero-flex {
        gap: 2rem;
    }
    
    .rust-title {
        font-size: 3rem;
        letter-spacing: -1px;
        line-height: 1.1;
    }
    
    .hero-lead {
        font-size: 1.2rem;
        margin-bottom: 2.5rem;
    }
    
    .hero-btn {
        font-size: 1.1rem;
        padding: 1rem 2.5rem;
        width: 100%;
        max-width: 300px;
    }
    
    .version-link {
        font-size: 1rem;
    }
    
    /* Sections */
    .why-rust,
    .build-in-rust,
    .production,
    .get-involved,
    .thanks {
        padding: 2rem 0;
    }
    
    /* Section titles */
    .why-rust .section-title,
    .build-in-rust .section-title,
    .production .section-title,
    .get-involved .section-title,
    .thanks .section-title {
        font-size: 1.75rem;
    }
    
    .section-title::after {
        width: 100px !important;
        height: 6px !important;
    }
    
    /* Why Speed Meter features */
    .why-rust .features {
        flex-direction: column;
        gap: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .why-rust .feature {
        flex: 1 1 30%;
        min-width: 30%;
        border-radius: 12px;
        padding: 2rem 1.5rem;
    }
    
    .why-rust .feature-icon {
        margin-bottom: 1.5rem;
    }
    
    .why-rust .feature-icon svg {
        width: 80px;
        height: 80px;
    }
    
    .why-rust .feature h3 {
        font-size: 1.6rem;
        margin-bottom: 1.2rem;
    }
    
    .why-rust .feature p {
        font-size: 1.05rem;
        line-height: 1.8;
    }
    
    /* Build features */
    .build-features {
        flex-direction: column;
    }
    
    .build-feature {
        flex: 1 1 100%;
        min-width: 100%;
    }
    
    .build-in-rust .build-icon {
        width: 60px;
        height: 60px;
    }
    
    .build-in-rust .build-icon svg {
        width: 60px;
        height: 60px;
    }
    
    .build-in-rust .build-feature h3 {
        font-size: 1.3rem;
    }
    
    .build-in-rust .build-feature p {
        font-size: 1rem;
    }
    
    /* Text sizes */
    .why-rust .feature h3,
    .get-involved .involved-feature h3,
    .thanks-block h3 {
        font-size: 1.4rem;
    }
    
    .why-rust .feature p,
    .get-involved .involved-feature p,
    .thanks-block p,
    .production-desc {
        font-size: 1rem;
    }
    
    /* Buttons */
    .btn-block {
        font-size: 1rem !important;
        padding: 14px 0 !important;
    }
    
    /* Footer */
    .footer-flex {
        text-align: center;
        flex-direction: column;
    }
    
    .footer-col {
        flex: 1 1 100%;
        min-width: 100%;
        text-align: center;
    }
    
    .footer-col h4 {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .footer-col ul li a {
        font-size: 1.1rem;
        text-align: center;
    }
    
    .footer-bottom {
        font-size: 1rem;
    }
    
    .footer-social a {

        font-size: 2rem;
        margin: 0 10px;
        width: 40px;
        height: 40px;
    }
    
    .footer-social a svg {
        width: 40px;
        height: 40px;
    }
}


.footer-social
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}