@font-face {
	font-family: "Baskervville";
	src: url("assets/Baskervville Regular.woff2") format("woff2"),
		 url("assets/Baskervville Regular.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Commit";
	src: url("assets/Commit.woff2") format("woff2"),
	font-display: swap;
}

body {
	background: #faf9eb; /*#ffecb3;*/
	overflow: hidden;
}

.me {
	display: inline-block;
}

.me img {
	display: block;
}

.me:hover {
}

main {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	height: 100vh;  
}

/*a {
	font-family: "Baskervville", serif;
	font-size: 2rem;
	text-decoration: none;
	color: darkolivegreen;
}*/

button {
	border: 1px solid black;
	border-radius: 100%;
	padding: 0.5em 4.5em;
	position: fixed;
}


#abt {
	background: pink;
	top: 30%;
	right: 57%;
}

#log {
	background: lightgreen;
	top: 27%;
	right: 53%;	
}

#apl {
	background: /*paleturquoise*/ gold;
	bottom: 27%;
	left: 53%;	
}

#apl:hover, #log:hover, #abt:hover {
	background-color: #fff;
 	background-image: radial-gradient(#000 1px, transparent 1px); 
	background-size: 3px 3px;
	color: #fff;
}

button a {	
	color: black;
	text-decoration: none;
	font-size: 1.1rem;
	font-family: "Baskervville";
}

.about-div {
	flex-direction: column;
	font-family: "Baskervville";
	font-size: 1.1rem;
}

.about-div a {
	color: black;
}

.about-div h2 {
	border: 1px solid black;
	padding: 0.25em 5em;
	background: pink;
}

.about-div p {
	width: 320px;
	overflow-wrap: break-word;
	text-align: justify;
	text-justify: inter-word;
}

.badges {
	image-rendering: pixelated;
	width: 320px;
	text-align: justify;
	text-align-last: justify;
	line-height: 1.5em;
}

#me {
	width: 320px;
	border: 1px solid #fbc02d;
}

details {
	background: #f0f4f5;
	border: 1px solid black;
	padding: 0.25em 1em;
}

.let {
	border: 1px solid black;
	padding: 1em;
	background: #faf9f7;
}
