body {
    background-color: black;
}

div {
    background-color: rgb(250, 164, 186);
    border-radius: 50px;
    padding: 20px;
}

h1 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
}

table {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: auto;
    background-color: white;
    border-radius: 25px;
    padding: 15px;
}

table tr th {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

table tr td {
    text-align: left;
    font-size: 16px;
    padding: 5px;
    border-bottom: 1px solid black;
}