body {
    font-family: 'Arial', sans-serif;
/*	background-color: #F7F7F7; */
    background-color: #e9e9e9;
    color: #2C3E50;
    line-height: 1.6;
    text-align: center;
}

.tab {
	display: flex;
	justify-content: center;
}

.tab table {
    width: 85%;
    height: 25%;
    border-collapse: collapse;
    background-color: #2f3136;
	border-width: 5px;
    color: #5865F2;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.tab th, .tab td {
    border: 1px solid #444;
    padding: 10px;
    text-align: center;
}

.tab th {
    background-color: #3a3d42;
    font-weight: bold;
}

.tab td {
    background-color: #333639;
}

.tab td:hover, th:hover {
    color: #fff;
    background-color: #5865F2;
/*	transform: translateY(-5px); */
}

@media (max-width: 600px) {
    .tab table {
        font-size: 14px;
    }

    .tab th, .tab td {
        padding: 8px;
    }
}
