body  {
	background:#2c2c2c;
}

aside  {
	float:left;
	background:#181818;
	width: 20%;
	padding: 2.5%;
	height:100vh;
	color:white;
	border-right: 5px solid #4d4d4d;
}

aside img  {
	width:80px;
	floaf:left;
}

aside .logo  {
	font-size:40px;
	margin-left:10px;
	font-weight:bold;
	position: relative;
	top: -50px;
}

aside h3  {
	margin-top:50px;
	margin-left:10px;
	font-weight:bold;
  
}

aside ul {list-style: none}
aside ul li  {

   color:white;
   display:block;
   margin-top:20px;  
   transition:  transform    .6s ease;
   
}

aside ul li:hover, aside ul a:hover{
	 color:#eb5959;
	 text-decoration: none;
	 transform: scale(1.05);
}

main .features {
	float: left;
	color: white;
	margin-top:100px;
	text-align: center;
	width: 75%;
}

main .features h1 {font-size: 50px}
main .features p {max-width: 400px,margin-top:20px}