body {
    background-color: white;
    text-align: center;
}

table, tr, td {
    border: black 1px solid;
    border-collapse: collapse;
    text-align: center;
}

td {
    padding: 10px;
}

.formularz {
    width: 50%; 
    margin: 0 auto; 
}


.formularz table {
    margin: 0 auto;
}

input[type=submit] {
	height: 30%;
	width: 50%;
	background-color: rgb(8, 159, 20);
	color: white;
}

input[type=reset] {
	height: 30%;
	width: 50%;
	background-color: rgb(8, 159, 20);
	color: white;
}