body {
    text-align: center;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    /* Adjust the max-width as needed */
    width: 100%;
}

.card-image {
    width: 100%;
    border-radius: 10px;
}

.card-content {
    text-align: center;
}

.card-content h2 {
    margin: 0;
}

.card-content p {
    margin: 10px 0;
}

video {
    width: 0px;
    height: 0px;
}

table {
    width: auto;
    margin: auto;
}

tr,
td {
    border: 0px;
    text-align: center;
}