body {
    background: #2c2c2c;
}

aside {
    float: left;
    background: #181818;
    width: 15%;
    padding: 2.5%;
    height: 130vh;
    color: #fff;
    border-right: 5px solid #4d4d4d;
}

aside img {
    width: 145px;
    float: center;
}

aside .logo {
    font-size: 30px;
    margin-left: 5px;
    font-weight: bold;
    position: relative;
    top: +15px;
    margin: 10px;
}

aside h3 {
    margin-top: 50px;
    font-size: 28px;
}

aside ul {list-style: none}

aside ul li {
    color: #fff;
    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: #fff;
    margin-top: 100px;
    margin: 20px
    text-aline: center;
    width: 75%;
}

main .features h1 {font-size: 50px;}
main .features p {max-width: 700px; margin: 20px auto}

.form-label {
    display: inline-block;
    min-width: 150px;
    vertical-align: top;
}

.form-error ul {
    list-style: none;
    padding: 0;
    color: #CC0000;
}


#footer {
   position:fixed;
   left:10px;
   bottom:0px;
   height:30px;
   width:100%;
   color: #CC0000;

}