body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #363636;
}

.dark-mode {
	background-color: #121212;
	color: white;
	
}

.dark-mode-button-section {
	color: inherit;
	position: absolute;
	top: 30px;
	right: 35px;
}

button {
	background-color: inherit;
	border: none; 
	color: inherit;
	font-size: 16px;
	cursor: pointer;
}

.doc {
	margin-right: auto;
	margin-left: auto;
	width: 50em;
	height: auto;
}

.header {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.name {
	font-family: 'Chakra Petch', sans-serif;
	font-size: 52px;
}

.information-bar {
	margin: 5px;
    font-size: 16px;
    font-family: 'Chakra Petch', sans-serif;
}

.post-list {
	list-style: none;
}

li {
	margin-bottom: 20px;
}

.post-title {
	font-size: 20px;
}

.post-date {
	font-size: 12px;
	color: #888;
}

a:link {
	text-decoration: none;
	color: #337ab7;
	/* color: inherit; */
}
  
a:visited {
	text-decoration: none;
	color: #337ab7;
}
  
a:hover {
	text-decoration: underline;
}
  
a:active {
	text-decoration: underline;
}

p {
	margin: 10px;
}
  
