body {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    background-image: url(../images/homugun.png);
    color: white;
    height: 100vh;
    background-color: black;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.container {
    background-color: black;
    padding: 20px;
}

#video, .box {
    background-color: black;
    display: flex;
    flex-direction: column; 
    margin-bottom: 5%; 
    border: 2px solid #333; 
    padding: 10px;
}


h1 {
    margin: 0;
    cursor: pointer;
}

.content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

    