*
{
	font-family: "Roboto", sans-serif;
}

h1, h2, h3
{
	font-weight: 700;
}

.container
{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
}

#packages-table
{
	border-collapse: collapse;
}

#packages-table th
{
	background-color: black;
	color: white;
}

#packages-table td, #packages-table th
{
	border: 1px solid black;
	padding: 5px;
}

#submit-btn
{
	display: flex;
	border: 1px black solid;
	padding: 15px 30px;
	background-color: black;
	color: white;
	cursor: pointer;
}

#submit-btn:hover
{
	background-color: white;
	color: black;
}
