/* ==== Skill Modal ==== */
.SkillModal {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	height: 100vh;
	width: 100vw;
	background-color: #2D3748;
	padding: 15px;
	color: white;
	overflow-y: auto;
}

.SkillModal__Content {
	margin: 40px auto;
	max-width: 600px;
}

.hide {
	display: none;
}
