* {
	font-family: "proxima-soft", "Proxima Soft", "Proxima Nova Soft", Helvetica, Arial, sans-serif
}

body {
	margin: 0;
	padding: 0;
	background: #3d3d3d;
}

.wrapper {
	height: 100vh;
}

a {
	text-decoration: none;
	color: black;
}


.top {
	background: #1f1f1f;
	color: #bcbcbc;
	width: 100%;
	height: 110px;
}

.container {
	height: 100%;
	margin: 0 auto;
	max-width: 1400px;
	display: flex;
	align-items: center;
}

.top .title {
	margin-left: 25px;
	display: flex;
	flex-direction: column;
}

.top .title span:nth-of-type(2) {
	font-size: 35px;
	margin-top:-14px;
	font-weight: bold;
}

.content {
	height: auto;
	margin: 25px auto 0;
	max-width: 890px;
}

.content #links {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.content #links .box:active {
	background: #3693eb;
}

.content #links .box:not(.inactive):hover {
	box-shadow: 0px 10px 15px -3px #00000033;
}

.content #links .box {
	width: 175px;
	height: 165px;
	background: rgba(255, 255, 255, 0.071);
	border-radius: 9px;
	margin: 5px 10px;
	cursor: pointer;
	transition: ease-in-out .2s;
}

.content #links .box * {
	display: block;
	text-align: center;
}

.content #links .box .icon {
	height: 50px;
	margin: 45px 60px 7px;
	font-size: 40px;
	overflow: hidden;
}

.content #links .box .text {
	font-size: 16px;
	padding: 0 5px;
	color: #bcbcbc;
}

.inactive {
    background: repeating-linear-gradient(-45deg, rgb(0 0 0 / 10%), rgb(0 0 0 / 10%) 10px, rgb(0 0 0 / 20%) 10px, rgb(0 0 0 / 20%) 20px)!important;
	cursor: no-drop!important;
}
