table
{
border:1px solid black;
width: 70%;
text-align: center;
margin-left: auto;
margin-right: auto;

}
tr{
    border:1px solid black;
    height: 80px;
}

td{
    border:1px solid black;
}

.nagl{
    background-color: #575755;
    color: white;
    font-size: 1.8rem;
    font-weight: 600;
    height: 50px;
}
caption{
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    color: red;
}
p{
    text-align: center;
}
