
.container {
    width: 85%;
    text-align: center;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

table {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    border-collapse: collapse;
}

table th, table td{
    padding: 10px;
    width: max-content;
    border: 1px solid #000;
}

#videoInfo {
    color: brown;
}