* {
	box-sizing: border-box;
}

body {
	background-color: #FCF3D9;
	color: #000;
		font-family: "Roboto Mono", monospace;
		font-optical-sizing: auto;
		font-weight: normal;
		font-style: normal;
		font-size: 1rem;
		margin: 0;
		padding: 0;
}

#Language{/*mobile*/
	color: white;
	font-size: 2em;
	padding: 0.5em;
	background-color: black;
	position: fixed;
	top: 0px;
	right: 0px;
}
#Language > b{/*mobile*/
	color: black;
	background-color: white;
	padding: 0 0.1em;
}

@media screen and (min-width: 150ch){/*pc layout*/
	#Language{
	color: white;
	font-size: 1.5em;
	padding: 0.25em;
	background-color: black;
	position: fixed;
	top: 0px;
	right: 0px;
}
#Language > b{
	color: black;
	background-color: white;
	padding: 0 0.1em;
}
}

.sidesidebar{/*mobile layout*/
	background-image: url("designelements/background.png");
	background-size: 100%;
	width: 10%;
	height: anchor-size(--annen height);
	margin: 0px;
	overflow: auto;
	display: block;
	position: absolute;
	top: 0px;
	border-bottom: 1px solid black;	
}

@media screen and (min-width: 150ch){	/*pc layout*/
	.sidesidebar{
		background-image: url("designelements/background.png");
		background-size: 100%;
		width: 5%;
		margin: 0px;
		min-height: 100%;
		position: absolute;
		overflow: auto;
		display: flex;
		flex-direction: column;
		position: fixed;
		anchor-name: penis;
	}
}

.sidebar {/*mobile layout*/
    anchor-name: --annen;
    width: 90%;
    margin-left: 10%;
    padding: 2rem 2rem;
    overflow: auto;
    border-bottom: 1px solid black;	
}

.flex{
display: grid;
grid-template-columns: auto 26vw;
justify-content: space-between;
}

@media screen and (min-width: 150ch){/*pc layout*/
.flex{
display: grid;
grid-template-areas:
"a"
"b";
grid-template-columns: 100%;
grip-template-rows: auto 15.3vw;
justify-content: space-between;
}
	.sidebar {
    width: 20%;
    margin-left: 5%;
    min-height: 100%;
    border-right: 1px solid #000;
    padding: 0rem 1.5rem;
    position: fixed;
    top: 0px;
}
}

h1 {
	font-size: 4rem;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 21.44px;
	margin-bottom: 21.44px;
	font-variant: small-caps;
	border-bottom: 1px dashed;
	margin-top: 0px;
}

.subtitle {
	font-style: italic;
	font-size: medium;
	font-size: 1em;
}

.item{/*mobile layout*/
	color: black;
	font-size: 1.4em;
	border: 2px solid #000;
	text-decoration: none;
	padding: 0.3em;
	display: inline-block;
	margin-bottom: 0.3vw;
}

@media screen and (min-width: 150ch){/*pc layout*/
	.item{
	color: black;
	font-size: 1.2em;
	border: 2px solid #000;
	text-decoration: none;
	padding: 0.1em;
	display: inline-block;
	margin-bottom: 0.3vw;
}
}


.menu a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#avatar {/*mobile layout*/
	background-color: #c7bedd;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	width: 26vw;
	object-fit: contain;
	padding-block: 5% 5%;
}

@media screen and (min-width: 150ch){/*pc layout*/
	#avatar {
	position: absolute;
	bottom: 0px;
	background-color: #c7bedd;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	width: 15.3vw;
	object-fit: contain;
}}

.main {/*mobile layout*/
    justify-content: center;
    height: 100vh;
    width: 100%;
    margin-right: 10%;
    box-sizing: border-box;
}

@media screen and (min-width: 150ch){/*pc layout*/
	.main {
    height: 100vh;
    width: 75%;
    margin-left: 25%;
    margin-right: 10%;
    box-sizing: border-box;
    font-size: large;
    }
}


html, body {
    scrollbar-width: thin; 
}

::-webkit-scrollbar {
  width: 10px;
}
