@charset "UTF-8";
/* CSS Document */
       
 .facebook-iframe-container {
    width: 100%;
    max-width: 500px; /* Adjust width as needed */
    margin: 0 auto; /* Center the iframe */
}
    iframe {
    border: none; /* Removes the border */
}