table { 
    border-collapse: collapse; 
    width: 80%; 
    margin: auto;
}

th, td { 
    border: 1px solid #ccc; padding: 8px;
    text-align: center;
}

th { 
    background-color: #f4f4f4;
}

h2 { 
    text-align: center;
}

p { 
    text-align: center;
}
    
h2:nth-of-type(n+2) {
    margin-top: 100px;
}

body {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    margin: 10px; 
    }

div {
    width: 1000px; height: 100%;
}