* {
  box-sizing: border-box;
  margin:0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

html, body { 
	height: 100%; 
	width: 100%; 
	margin: 0; 
	background-color: #5d5e5e;
  color: #55EB34;
}

a {
  text-decoration: none;
  color: #55EB34;
}

a:hover{
	color: #fff;
	text-decoration: none;
}

p{
	text-align: left !important;
}

h2{
	margin: 0.5rem;
}

.width1{
	width: 75%;
	margin: auto;
}

.color1 {
	background: #55eb34;
} 

.box1{
/*	display: flex;
	flex-direction: column;*/
	margin: auto;
	margin-bottom: 0.2rem;
	width: 95%;
	padding: .5rem;
	background: #5d5e5e;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	box-shadow: 10 px 10 px;
}

.box2{
	/*display: flex;
	flex-direction: column;*/
	margin: auto;
	margin-bottom: 1rem;
	width: 99%;
	padding: 1rem;	
	background: #000;
	border-radius: 10px;
}

.box3{
	/*display: flex;
	flex-direction: column;*/
	margin: auto;
	margin-bottom: 1rem;
	width: 90%;
	padding: 1rem;	
	background: #000;
	border-radius: 10px;
	box-shadow: 2px 2px #225c15;
}

#services{
	list-style-type: circle;
	align-self: center;
	align-items: center;
	margin: auto;
	text-align: left;
}

#services li{
	margin-left: 2rem;
} 






