

body {
	background-image: linear-gradient( 90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4) ), url(../images/feather.png);
	color: #8f0000;
}

.main {
	opacity: 95%;
	font-family: Monospace, courier;
	width: 50%;
	background-color: black;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	padding: 20px;
}
h1 {
	font-size: 50px;
	margin: 20px;
	color: black;
}

h3 {
	font-size: 15px;
	color: black;
}

.questions {
   border: solid grey 1px;
   padding: 0px, 0px, 0px, 0px;
   margin: -20px, -20px, 0px, 0px;
}

.questions {
   border: solid grey 1px;
}
.questions1 {
   border: solid grey 1px;
}
.questions2 {
   border: solid grey 1px;
}
.questions3 {
   border: solid grey 1px;
}
.questions4 {
   border: solid grey 1px;
}
.questions5 {
   border: solid grey 1px;
}
.questions6 {
   border: solid grey 1px;
}

.description {
  text-align: center;
  margin: 10px;
}
.eyes {
	float: right;
	width: 300px;
	height: 300px;
	margin-top: -60px;
	margin-right: 50px;
}

.info {
	margin: 75px 50px 75px 50px;
}

.test {
	margin: 50px 50px 50px 50px;
}

.forest {
	text-align: center;
	margin: 10px 40px 10px 40px;
} 

.tree {
	width: 300px;
	height: 300px;
	float: left;
	padding: 10px;
	margin-left: 50px;
}

.conclusion {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.keywords {
	margin-right: auto;
	}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

span {
	font-size: 10px;
}

  .end {
	text-align: center;
	color: black;
	font-size: 50PX;
  }
  
  .questions {
      font-size: 20px;
      font: Garamond;
  }
  
   .questions1 {
      font-size: 19px;
      font: Garamond;
  }
  
   .questions2 {
      font-size: 18px;
      font: Garamond;
  }
  
   .questions3 {
      font-size: 17px;
      font: Garamond;
  }
  
   .questions4 {
      font-size: 16px;
      font: Garamond;
  }
    .questions5 {
      font-size: 15px;
      font: Garamond;
  }
    .questions6 {
      font-size: 14px;
      font: Garamond;
  }
  
  .imgself {
      text-align: center;
      float: center;
      height: 500px;
      width: 500px;
      margin-left: auto;
	  margin-right: auto;
	  display: flex;
      justify-content: center;
  }
  
  