body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #0e0525;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.container {
    text-align: center;
}
.hero-image {
    max-width: 40%;
    /* height: auto; */
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.2);
}
