/*table*/
table, th, td{
    border: 2px solid black;
    border-collapse: collapse;
}

p{
    font-size: 25px;
    margin-top: 10px;
}
