body {
	background-color: #151515;
	font-family: 'Inter', sans-serif;
	color: #ffff;
}

h1 {
	font-weight: 700;
	font-size: 3rem;
}

.hero-section {
	background: #202022;
	padding-bottom: 5rem;
	padding-top: 4rem;
}

.boxes {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	float: right;
}

.search-box input {
	font-weight: 600;
	color: white !important;
	background: #3b3b3b;
	border-color: #707070;
	border-style: solid;
	border-width: 1px;
	width: 15rem;
	padding: 0.6rem;
}

.category-box {
	font-weight: 600;
	color: white;
	background: #3b3b3b;
	border-color: #707070;
	border-style: solid;
	border-width: 1px;
	width: 15rem;
	padding: 0.6rem;
}

/* Projects */
.project-box {
	background-color: #202022;
	border-radius: 10px;
	border-color: #383838;
	border-style: solid;
	border-width: 1px;
	padding: 1rem 2rem 1rem 2rem;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	display: inline-block;
}

.project-box h1 {
	font-size: 1.4rem;
}

.top-info h2 {
	font-size: 0.8rem;
}

.top-info img {
	width: 100%; /* You can set the dimensions to whatever you want */
	height: 200px;
	object-fit: cover;
	border-radius: 10px;
}

.links {
	float: right;
	font-size: 19px;
}

.links:first {
	font-size: 200px;
}

.links:not(:last-child) {
	margin-left: 1.2rem;
	font-size: 18px;
}

.project-box p {
	font-size: 0.8rem;
	opacity: 0.5;
}

.skills li {
	background-color: #4d4d4d;
	border-radius: 8px;
	padding: 0.15rem 0.5rem 0.15rem 0.5rem;

	font-weight: 500;
	font-size: 0.72rem;
}

.skills li:not(:last-child) {
	margin-right: 0.3rem;
}

.projects-button {
	float: right;
}

a {
	text-decoration: none;
	color: #ffff;
}

footer p {
	opacity: 0.6;
	font-size: 0.8rem;
}
