* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}

.data {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.repo-title {
	margin-top: 50px;
	margin-bottom: 20px;
}

.repo-table {
	margin-top: 20px;
	margin-bottom: 30px;
}
table {
	border-collapse: collapse;
}

thead {
	border-bottom: 2px solid #e69538;
}

/* tbody {
	
} */

.repo-table tr {
	border-bottom: 1.5px solid black;
}

th,
td {
	padding: 5px;
	text-align: left;
	justify-content: center;
}

img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
}

.nested-table tr {
	border-bottom: none;
}
