.wrapper{
    display: flex;
    justify-content: center;

}

.wrapper div{
    align-items: center;
}

td{
    background-color: rgb(133, 133, 133, 0.6);
    line-height: 200%;
	min-width: 200px;
}

h2,h3{
    text-align: center;
}

h3{
    background-color: rgb(133, 133, 133);
    margin-top: 0px;
    border-top: 4px groove ;
}
