/*   
Theme Name: aMinimalist
Theme URI: https://eftegarie.com
Description: My own minimalist theme
Author: Amin Eftegarie
Author URI: https://eftegarie.com
.
This theme is uncopyrighted, free, and offered as is.
.
*/

/*
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap'); */


body {
	width: 600px;
	max-width: 85%;
	margin: 50px auto;
	font-size: 120%;
	line-height: 160%;
	text-align: justify;
}

#logo {
	letter-spacing: 5px;
	font-weight: 900;
	border-bottom: 1px solid gray;
	padding-bottom: 15px;
	line-height: 100%;
	font-family: 'Inter';
}

#backtohome {
	text-align: center;
    font-family: 'Inter';
    font-weight: 900;
    font-size: 2em;
}

pre {
	font-family: inherit;
	white-space: break-spaces;

}

summary {
	cursor: pointer;
	font-weight: bold;
	width: fit-content;
	margin-left: -20px;
}

summary::selection {
	background: transparent;
}

details {
	padding-left: 20px;
	margin: 10px 0px;
}

h1 {
	text-align: center;
	line-height: 160%;
}

#allblogposts {
}

#allblogposts a:before {
	content: url('https://eftegarie.com/icons/text.gif');
	padding-right: 5px;
	margin-left: 25px;
}

.returntoindex {
	text-align: center;
    display: block;
    font-weight: bold;
    background: lavenderblush;
    text-shadow: 1px 1px white;
    width: fit-content;
    margin: 0 auto;
    padding: 4px 20px;
}

#comment {
	display: block;
}

::selection {
	background: lavenderblush;
	text-shadow: 1px 1px white;
}
