

body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #00FF66;
}


table {
width:100%;
max-width:800px;
background:white;
border-radius:10px;
border-collapse: collapse;
}

th,td{
padding: 12px;
text-align: center;

}

th{
background: #3498db;
color: white;
}
tr:hover{
background: #f1f1f1;

}

td{
color: #333;
}

.samba-install {
	width:250em;
	margin:25px;
}

.samba-install  thead tr td{
	font-size:26px;
	text-align: left;

}

.samba-install  tbody tr td{
	font-size:20px;
	text-align: left;

}

.client-drive thead tr td{
	font-size:26px;
	text-align: left;

}

.client-drive  tbody tr td{
	font-size:20px;
	text-align: left;

}