.home_maindiv {
	padding: 3rem;
}

.home_header {
	font-size: 3rem;
}

.home_header_name {
	color: #00ffff;
	font-weight: 600;
}

.home_picture {
	padding: 2rem;
}

.home_picture img {
	border-radius: 50%;
	width: 250px;
	height: 250px;
	object-fit: cover;
}

.profile_buttons button {
	font-family: 'Fira Code', sans-serif;
	margin: 0.31rem;
	border: 2px solid white;
}

.profile_buttons button:hover {
	background-color: white;
}

.profile_buttons button:hover a {
	color: var(--back-dark);
}

.profile_buttons button a {
	text-decoration: none;
}

/* for tabs */
@media screen and (max-width: 1000px) {
	.home_maindiv {
		padding: 2.5rem;
	}

	.home_header {
		font-size: 2.3rem;
	}

	.home_picture {
		padding: 1.5rem;
	}

	.home_picture img {
		width: 190px;
		height: 190px;
	}

	.profile_buttons button {
		margin: 0.3rem;
		font-size: 0.9rem;
	}
}

/* for mobiles */
@media screen and (max-width: 768px) {
	.home_header {
		font-size: 1.8rem;
	}

	.home_picture {
		padding: 1rem;
	}

	.home_picture img {
		width: 150px;
		height: 150px;
	}

	.profile_buttons button {
		margin: 0.2rem;
	}
}
