h2 {
    font-size: 5vh;
    text-align: center;
    font-weight: bolder;
    color: rgba(0, 176, 255, 1);
    text-shadow: 0.3vh 0.3vh 0.3vh black,
    0.3vh 0.3vh 0.3vh white;
}

table {
    position: relative;
    size: 80%;
    text-align: center;
}

td p {
    margin: 0;
    padding: 0;
    width: auto;
    height: 5vh;
    font-size: 4vh;
    font: bold;
    text-align: center;
    color: rgba(0, 176, 255, 1);
    text-shadow: 0.3vh 0.3vh 0.3vh black,
    0.3vh 0.3vh 0.3vh white;
    white-space: nowrap;
}