
    .Header-1 {
        font-size: 1500%;
        margin-top: 0%;
        margin-bottom: 3%;
        text-align: center;
    }

    .Shop-Now {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90%;
        height: 10%;
        min-width: 100px;
        min-height: 100px;
        margin: 10px auto;
        font-size: 500%;
        border-color: rgb(200, 0, 0);
        border-style: solid;
        border-width: 15px;
        color: white;
        background-color: black;
        font-family: "Stardos Stencil", system-ui;
        font-weight: 700;
        font-style: normal;
    }

    .shop-now i {
        color: white;
        margin-right: 5%;
    }

     .Review {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        height: 3%;
        min-width: 100px;
        min-height: 100px;
        margin: 10px auto;
        font-size: 400%;
        border-color: rgb(200, 0, 0);
        border-style: solid;
        border-width: 15px;
        color: white;
        background-color: black;
        font-family: "Stardos Stencil", system-ui;
        font-weight: 700;
        font-style: normal;
    }

    .Review i {
         background: conic-gradient(
        from -45deg,
        #EA4335 0deg,
        #EA4335 60deg,
        #FBBC05 120deg,
        #34A853 220deg,
        #4285F4 300deg,
        #EA4335 360deg
    );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;

    display: inline-block;
    line-height: 1;
        margin-right: 5%;
    }

    .Header-2{
        font-size: 900%;
        text-align: center;
        margin-top: 3%;
        margin-bottom: 3%;
    }

    .Facebook {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100px;
        min-width: 100px;
        margin-left: 20px;
        margin-right: 20px;
        width: 90%;
        height: 20%;
        font-size: 300%;
        background-color: black;
        border-color: rgb(200, 0, 0);
        border-style: solid;
        border-width: 10px;
        color: white;
        font-family: "Stardos Stencil", system-ui;
        font-weight: 700;
        font-style: normal;
    }

    .Facebook i {
        color:#1877F2;
        margin-right: 5%;
    }
    
    .Instagram {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100px;
        min-width: 100px;
        margin-left: 10px;
        margin-right: 10px;
        width: 90%;
        height: 20%;
        font-size: 300%;
        background-color: black;
        border-color: rgb(200, 0, 0);
        border-style: solid;
        border-width: 10px;
        color: white;
        font-family: "Stardos Stencil", system-ui;
        font-weight: 700;
        font-style: normal;
    }

    .instagram i {
         background: linear-gradient(
        45deg,
        #feda75,
        #fa7e1e,
        #d62976,
        #962fbf,
        #4f5bd5
    );

    -webkit-background-clip: text;
    background-clip: text;

    color: transparent;
    margin-right: 5%;
    }

    .TikTok {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100px;
        min-width: 100px;
        margin-right: 20px;
        margin-left: 20px;
        width: 90%;
        height: 20%;
        font-size: 300%;
        background-color: black;
        border-color: rgb(200, 0, 0);
        border-style: solid;
        border-width: 10px;
        color: white;
        font-family: "Stardos Stencil", system-ui;
        font-weight: 700;
        font-style: normal;
    }

    .TikTok i {
        color: white;
        text-shadow:
        -3px -3px 0 #25F4EE,   
        3px 3px 0 #FE2C55; 
        margin-right: 5%;
    }
    .X {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100px;
        min-width: 100px;
        margin-left: 20px;
        margin-right: 20px;
        width: 90%;
        height: 20%;
        font-size: 300%;
        background-color: black;
        border-color: rgb(200, 0, 0);
        border-style: solid;
        border-width: 10px;
        color: white;
        font-family: "Stardos Stencil", system-ui;
        font-weight: 700;
        font-style: normal;
    }

    .X i {
        color: white;
        margin-right: 5%;
    }

    .Linked-in {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100px;
        min-width: 100px;
        margin-left: 20px;
        width: 90%;
        height: 20%;
        font-size: 300%;
        background-color: black;
        border-color: rgb(200, 0, 0);
        border-style: solid;
        border-width: 10px;
        color: white;
        font-family: "Stardos Stencil", system-ui;
        font-weight: 700;
        font-style: normal;
        
    }

.Linked-in i {
    color:#0A66C2;
    margin-right: 5%;
}

    .Socials-Shops {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2%;
    }

    .Socials-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
    }

    .background {
        background-color: #e6d8c6ee;
    }

    .Header-1 {
    font-family: "Stardos Stencil", system-ui;
    font-weight: 700;
    font-style: normal;
}

    .Header-2 {
  font-family: "Stardos Stencil", system-ui;
  font-weight: 700;
  font-style: normal;
}

a {
    text-decoration: none;
}



