#fw-section-hero-0 {
h1{
  text-shadow: 2px 2px 4px #000000;
  text-shadow: 0 0 10px blue;
  
}

a{
    color:#b4edff;
    text-shadow: 0 0 2px #black;
    font-family: 'Roboto', sans-serif;
}

.section-background__image {

  opacity: 30%;

}


}
#fw-section-custom-html-e8073abb-970b-45a1-9209-c2366e38252a {
/* styles.css */
body {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0a1f44; /* Dark blue background */
}

.btn-container {
    text-align: center;
}

.instagram-btn {
    display: inline-block;
    padding: 15px 40px;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    background: linear-gradient(45deg, #4facfe, #00f2fe);
   
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.instagram-btn:hover {
    transform: scale(1.02);
    box-shadow: 0 0 10px #00f2fe, 0 0 20px #4facfe;
}

}
#fw-section-custom-html-f842ef8c-ed5e-4916-8ae5-ccfe0dad8817 {
/* styles.css */
body {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0a1f44; /* Dark blue background */
}

.btn-container {
    text-align: center;
}

.instagram-btn {
    font-family: 'Roboto', sans-serif; 
    display: inline-block;
    padding: 15px 40px;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    color: #003459;
    border-radius: 50px;
    text-align: center;
    background: linear-gradient(45deg, #4facfe, #00f2fe);
    
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.instagram-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 0 10px #00f2fe, 0 0 20px #4facfe;
}

p{
  margin:5px;
}



}