#about_me_section
{
	padding: 100px 80px;
	background-color:  rgb(39, 33, 33);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	flex-wrap: wrap-reverse;/*wrap-reverse: alles wird untereinander angezeigt, reverse damit nicht zwei bilder nacheinander angezeigt werden*/
	}

.about_me_container
{
	width: 750px;
	max-width: 90%;
	}
.about_me_container h2
{
	font-size:80px;
}

.about_me_container p
	{	
		text-align: left;
	}

#about_me_section img
{
	width: 400px;
	border: 15px solid;
	border-radius: 50px;
	border-color:rgb(109, 109, 244);
	max-width: 90%;
	}
	
@media(max-width:800px)
{
	#about_me_section
	{
		padding:80px 0;
		}
	#about_me_section h2
	{
		font-size: 12vw;
		text-align: center;
		}
	}