body {
    font-family: Arial, sans-serif;
    margin: 20px;
}

#upload-section {
    margin-bottom: 20px;
}

#mediaInput {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

#uploadedMedia, #uploadedVideo {
    width: 100%;
    max-height: 400px;
    margin-bottom: 20px;
}

#likeDislikeSection, #commentSection, #shareOptions {
    margin-top: 20px;
}

button {
    padding: 10px 15px;
    margin-right: 10px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}
