html,
body {
	overflow-x: hidden;
}

body {
	background-color: #151515;
	font-family: 'Inter', sans-serif;
	color: #ffff;
}

h1 {
	font-weight: 700;
	font-size: 3.125rem;
}

.html-text {
	color: #506cf6;
}

h2 {
	font-weight: 600;
	font-size: 1.45rem;
}

.role-text {
	display: inline-block;
}

a {
	text-decoration: none;
	color: #ffff;
}

.social-links {
	font-weight: 500;
	font-size: 1rem;
}

.about-text {
	opacity: 0.5;
	font-size: 0.9rem;
	padding-right: 3rem;
}

.button-style {
	color: #ffff;
	font-weight: 500;
	padding: 10px 25px 10px 25px;

	border-radius: 10px;
	background: #202022;
	border-color: #383838;
	border-style: solid;
	border-width: 1px;

	opacity: 1;
	transition: opacity;
	transition-duration: 0.3s;
}

/* 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;
}

.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;
}

/* HOVER EFFECTS */
.button-style:hover {
	transition: opacity;
	transition-duration: 0.3s;
	opacity: 0.6;
}

footer p {
	opacity: 0.6;
	font-size: 0.8rem;
}
