/* Reset some default styles for better control */
body, html {
    margin: 0;
    padding: 0;
}

/* Style the custom container */
.custom-container {
    max-width: 600px; /* Adjust the width as needed */
    margin: 0 auto; /* Center the container horizontally */
    padding: 100px;
    border: px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.0);
    text-align: center;
    background-color: #00000000;
}

/* Style the image inside the container */
.custom-container img {
    max-width: 100%; /* Ensure the image doesn't exceed the container width */
}
