/* Global Styles */
.main {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    background: url('images/orchid-mantis2.jpg') no-repeat center center fixed;
    background-size: cover;
    color: white;
}

/* Header */
header {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
}

h1 {
    margin: 0;
    font-size: 2.5em;
}

/* Stylish Navigation Menu */
nav ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

nav ul li {
    display: inline;
}

nav ul li a {
    text-decoration: none;
    color: white;
    font-size: 1.2em;
    padding: 12px 20px;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(45deg, #ff416c, #ff4b2b);
    box-shadow: 0px 4px 10px rgba(255, 75, 43, 0.4);
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    cursor: pointer;
    width:120px;
}

nav ul li a:hover {
    transform: scale(1.1);
    background: linear-gradient(45deg, #ff4b2b, #ff416c);
    box-shadow: 0px 6px 15px rgba(255, 75, 43, 0.6);
}

/* Main Content */
main {
    margin-top: 50px;
    padding: 20px;
    font-size: 1.2em;
}

/* Dynamic Content Frame */
iframe {
    width: 80%;
    height: 800px;
    border: none;
    margin-top: 20px;
    border-radius: 10px;
}
.music {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    background: transparent;
    color: green;
}
.video-container
    margin-top: 2000px;
    height:50px;
}
