
/* Apply a sky and cloud gradient background */
body {
    margin: 0;
    padding: 0;
    font-family: 'Comic Sans MS', cursive, sans-serif;
    background: linear-gradient(to bottom, #87CEEB, #ffffff);
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* Center content and give it some spacing */
.container {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    max-width: 600px;
}

/* Style the image */
.main-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 1rem;
}

/* Fun and high-contrast text */
h1 {
    color: #2c3e50;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    /* align-items: center;
    text-align: center; */
    
}

p {
    font-size: 1.2rem;
    line-height: 1.6;
    display: flex; 
    justify-content: center;
}

video {
    display: flex; 
    justify-content: center;                
}



/* picture {display: flex;  justify-content: center;} */