table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
}
th, td {
    text-align: center;
    padding: 8px;
    border: 1px solid black;
}
th {
    background-color: #030503;
    color: white;
}
tr:nth-child(even) {
    background-color: #f2f2f2;
}
tr:hover {
    background-color: #ddd;
}

.logo {
    width: 120px;
    height: 120px;
    display: block;
    margin: auto;
}

body {
    background-color: #979393
}