:root {
    /* --background-color: #f4f3f2;
    --line-color: #50C6DB;
    --text-color: #000000; */

    --background-color: #192A3C;
    --line-color: #50C6DB;
    --text-color: #FFFFFF;
    --color-green: #06D6A0;
    --color-yellow: #FFD166;
    --color-lightblue: #118AB2;
    --color-red: #EF476F;
    --color-darkblue: #0B3D91;
    --color-purple: #845EC2;
}

.profile-picture-left,
.about-content-wrapper {
	margin: 2% 0 0 2%;
}

.about-intro,
.about-text {
	margin-top: 1%;
}

.about-text {
	display: flex;
	margin-bottom: 3%;
	line-height: 25px;
}

.no-flex {
	display: inline;
}

.no-flex a {
	text-decoration: underline solid var(--line-color);
	color: var(--line-color);
	text-decoration-thickness: 2.px;
	text-underline-offset: 4px;
}


.wave-text {
	margin-left: 0.25%;
	text-decoration-color: var(--line-color);
	text-decoration-thickness: 2.5px;
	text-underline-offset: 4px;
	text-decoration: underline wavy var(--line-color);
}

.underline-text {
	margin: 0 0.25% 0 0.25%;
	text-decoration-color: var(--line-color);
	text-decoration-thickness: 2.5px;
	text-underline-offset: 4px;
	text-decoration: underline solid var(--line-color);
}

.about-text-wrapper {
	width: 50vw;
}

.about-image-wrapper {
	display: flex;
	justify-content: flex-end;
	width: 50vw;
}

.about-image-wrapper img {

	position: absolute;
	max-width: 100%;
	height: 60vh;
	margin-right: 2%;
}

.about-content-wrapper {
	display: flex;
}

@media only screen and (max-width: 600px) {
	.about-content-wrapper {
		flex-direction: column;
	}

	.about-text-wrapper {
		width: 100%;
	}

	.about-image-wrapper {
		justify-content: normal;
		width: 50vw;
		margin-right: 0;
	}

	.about-image-wrapper img {
		margin-right: 0px;
	}

	.about-text ul li
	{
		translate: 3%;
	}

	.page-title
	{
		text-align: center;
		margin-left: 0;
	}
}