


body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background: #f9f9f9;
    padding: 10px;
    text-align: center;
}

.header p {
    color: #333;
    font-size: 14px;
}

.video-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.video {
    margin: 10px;
    border: 1px solid #ddd;
    width: 300px;
}

footer {
    background: #f1f1f1;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer-container {
    display: flex;
    justify-content: space-around;
}

.footer-button {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-button img {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}


