body {
    font-family: Arial, sans-serif;
    background-color: #e6f0ff;
    text-align: center;
    margin: 0;
    padding: 0;
}

.container {
    background: white;
    border: 2px solid #00e5ff;
    border-radius: 12px;
    width: 850px;
    margin: 30px auto;
    padding: 20px;
}

h1 {
    margin-bottom: 20px;
}

video {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

table {
    margin: 0 auto;
    border-collapse: collapse;
    background: #333;
    color: white;
    border-radius: 10px;
    overflow: hidden;
}

th,
td {
    padding: 10px 20px;
    text-align: left;
}

th {
    font-size: 18px;
    text-align: center;
}

td:first-child {
    font-weight: bold;
    font-style: italic;
}



.container2 {
    background: white;
    border: 2px solid #ff8000;
    border-radius: 12px;
    width: 850px;
    margin: 30px auto;
    padding: 20px;

}

table,
th,
td {
    border: 1px solid white;
    border-collapse: collapse;
}

th,
td {
    background-color: #96D4D4;
}