*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@font-face{
	font-family: Merge;
	src: url(../../../../files/font/merge_light.otf);
	font-display: swap;
}

body{
	background: linear-gradient(180deg, #000 10%,indigo 20%,#000 30%, indigo 100%);
	background: #f4f4f4;
	font-family: Merge,serif;
	font-weight: lighter !important;
	letter-spacing: 0.7px;
	word-spacing: 1px;
	font-size: 1.4vw;
}

.wrapper{
	background: url(../../../../files/img/pexelFree/code.jpg) #000;
	background-size: 70%;
	margin: auto;
	margin-top: 7vh;
	width: 80vw;
	box-shadow: 0px 0px 27px 0px #d1d1d1;
}

.container .titles{
	background: #008eb92f;
	backdrop-filter: blur(7px);
}

.container .titles .header{
	width: 100%;
	height: 40vh;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	word-break: break-all;
	word-wrap: normal;
	overflow: hidden;
}

.container .titles .header{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	word-break: normal;
	padding: 7px 7vw;
}

.container .titles .contact{
	display: flex;
	padding: 17px;
	flex-direction: row;
	justify-content: flex-end;
}

.container .titles .contact a{
	background: #0066c5;
	font-family: Merge, cambria;
	text-decoration: none;
	color: #fff;
	text-shadow: 0px 0px 1px #000;
	padding: 7px;
	margin-left: 4px;
	border-radius: 3px;
	transition-duration: .7s;
}

.container .titles .contact a:hover{
	background: #00cafd;
}

main{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.personalInformation{
	background: #008eb92f;
	backdrop-filter: blur(7px);
	white-space: normal;
	word-break: break-all;
	color: #fff !important;
	width: 17px;
}

h3{
	color: #474747;
	word-break: break-all;
}

h5{
	text-transform: capitalize;
	padding: 7px 0 7px 27px;
	color: #5e5e5e;
	word-break: break-all;
}

.generalInformation{
	background: #f1f1f1;
	display: inline-block;
	width: 100%;
	padding: 40px;
}

.generalInformation div{
	padding: 7px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.generalInformation h5, li{
	color: #777;
	font-size: 1.7vw;
	padding-left: 20px;
	white-space: normal;
	Word-wrap: break-Word;
}

.wrapper h2{
	word-break: break-all;
	background-size: 27% 100%;
	background-image: radial-gradient(circle at 90% 100%, #fc5e9b, #735adb 73%, #3f90e5 88%, #ecedef 165%, #f0eff0 165%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	filter: drop-shadow(-1px 0px 0px #f1f1f1) !important;
	box-shadow: 0px 0px 1px #fff;
}

/* ================ */

footer{
	margin-top: 70px;
	background: #272777;
	padding: 7px;
	color: salmon;
}
footer h2{
	text-align: center;
	font-size: 1.4vw;
}

code{
	color: crimson;
}


@media(max-width:770px){
	
	.wrapper{
		width: 100%;
		margin: auto;
	}

	.personalInformation{
		display: none;
	}

	.titles{
		flex-direction: column;
	}
	
	.titles div{
		padding: 0;
		width: 100% !important;
		display: flex;
		justify-content: center;
	}
	
	.titles div:nth-child(2){
		padding: 7px;
	}

	body{
		font-size: 1rem;
	}

	.titles div img{
		width: 70%;
		height: 100%;
	}

	main{
		flex-wrap: wrap;
	}

	.generalInformation, .personalInformation{
		width: 100%;
		padding: 77px !important;
	}

	footer h2{
		font-size: 1.4vh;
	}
}


@media(max-width:500px){
	html{
		font-size: 3vw !important;
	}
	.generalInformation{
		padding: 17px !important;
	}
}