html {
  scrollbar-gutter: stable;
}

body {
	  background-color: #F3EAEA;
	  max-width: 1000px;
	  margin: 0 auto;
}

span {
	font-family: arial;
	font-size: 20px;
}

a {
	text-decoration: none;
}


.linkBlock {
	display: inline-block;
	background-color: #EB6767;
	color: black;
	border-style: solid;
	border-width: 2px;
	padding: 5px;
}

.triLink {
	display: inline-block;
	background-color: #e0e0e0;
	color: black;
	border-style: solid;
	border-width: 2px;
	padding: 5px;
}

.activeLinkBlock {
	display: inline-block;
	background-color: #ffffff;
	color: black;
	border-style: solid;
	border-width: 2px;
	padding: 5px;
}

.activeProjectBlock {
	display: inline-block;
	background-color: #ffffff;
	color: black;
	border-style: solid;
	border-width: 2px;
	padding: 5px;
}

.projectBlock {
	display: inline-block;
	background-color: #B7B7B6;
	color: black;
	border-style: solid;
	border-width: 2px;
	padding: 5px;
}

.portraitImage {
	max-width: 100%;
    max-height: 100%;
	padding: 10px;
}

.centerImage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.bodyBorder {
	border-style: solid;
	border-width: 3px;
	border-radius: 10px;
	background-color: white;
}

.horizontalLine {
	width:80%;
	text-align: center;
}

.questionBox {
	background-color: #eee;
	cursor: pointer;
	padding: 15px;
	width: 90%;
	text-align: center;
	outline: none;
	font-size: 15px;
	margin: auto;
	justify-content: center;
	display: flex;
}

.active, .questionBox:hover, .triLink:hover{
	background-color: #d4cdcd;
}

.linkBlock:hover {
	background-color: #db4848;
}

.projectBlock:hover {
	background-color: #cfcfcf
}

.active {
	border-bottom: none;
}

.answer {
	padding:  15px;
	display: none;
	overflow: hidden;
	background-color: #f1f1f1;
	width: 86.5%;
	margin: auto;
	justify-content: center;
	z-index: -1;
	line-height: 1.8;
}

.flex {
	width:90%;
	display:flex;
}

#myName {
	background-color: #BD2C2C;
	color: black;
	text-align: left;
	font-family: Arial; 
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-top: 0px;
	border-style: solid;
	border-color: #6B0D0D;
	border-width: 3px;
	border-radius: 10px;
	margin-top:10px;
}

#projectBox {
	background-color: #4D4D4D;
	color: black;
	text-align: left;
	font-family: Arial; 
	padding: 5px;
	border-style: solid;
	border-color: #1D1D1D;
	border-width: 3px;
	border-radius: 10px;
	margin:10px;
}

#mainBody {
	justify-content: center;
	display: flex;
	padding: 15px;
	align-items:center;
	text-indent: 30px;
	text-align: left;
	line-height: 1.8;
}