article {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: white;
}
h3 {
    text-align: center;
}
td, th {
    color: white;
    padding: 25px 25px;
    text-align: center;
    border: 2px solid black;
    border-collapse: collapse;
}
th.mesic {
    padding: 50px 25px;
    width: 100%;
    text-align: center;
    font-size: 50px;
}
table {
    background: #0f0c2f;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}
td:hover {
    background-color: black;
}
td.nic:hover {
    background: #0f0c2f;
}
table.a:visited {
  color: pink;
}

