

h1{
    width: max-content;
    margin: auto auto;
    border: 0.02em solid black;
}

p{
    display: flex;
    justify-content: center;
    border: 0.02em solid black;
}

a{
    display: block;
    text-align: center;
    border: 0.02em solid black;
}

table{
    border-collapse: collapse;
    width: max-content;
    margin: auto auto;
}
td, th{
    border: 0.02em solid black;
    padding: 0.3em;
}