

html, body {
	height: 100%;
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

body::-webkit-scrollbar {
	display: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	display: flex;
	flex-direction: column;
	background: #e2c2cd;
}

p {
	text-align: justify;
	margin: 10px;
}

.cv {
	overflow: auto;
	height: 1600px;
	width: 1131px;
	scrollbar-width: none;         /* Firefox */
	-ms-overflow-style: none;      /* IE 10+ */
}

.cv::-webkit-scrollbar {
	display: none;                 /* Chrome, Safari */
}

.top {
	display: flex;
	background: #550055;
	color: white;
	height: 250px;
	width: 100%;
}

a {
	color: inherit;
}

h1 {
	margin-bottom: 0px;
	margin-top: 0px;
}

.personal {
	display: flex;
	align-items: center;
	padding: 30px;
}

.contact {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 30px;
	font-size: 24px;
	justify-content: center;
	row-gap: 10px;
}


.photo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
}

h3 {
	font-size: 30px;
	color: #550055;
	margin: 10px;
}

h4 {
	margin-bottom: 10px;
}

.main {
	flex: 1;
	background: white;
	color: black;
	padding: 50px;
}

ul {
	list-style-position: outside;
	list-style-type: square;
	margin: 10px;
}

ul li::marker {
	color: #550055;
}

ul li {
	margin: 10px;
}

strong {
	font-size: 24px;
	color: #550055;
}

em {
	color: #550055;
	font-weight: bold;
}

.cat {

}

#skills {
	display: flex;
}

.skill.tech {
	width: 50%;
}

.skill.personal {
	width: 50%;
}
