* {
    background-color:rgb(36, 35, 35);
    margin-left: auto;
    margin-right: auto;
}
body {
    font-family: 'Poppins', sans-serif;
    background-color:#242323;
    color: white;
}



table {
    align-content: center;
    width: 50%;
    margin: auto;
    color: azure;
}
table td,th {
    border: 3px solid #000;
}