body {

}

aside {
    float: up;
    background: #0d6efd;  /* 0d6efd */
    width: 100%;
    padding: 1%;
    height: 15%;
    color: #fff;
    border: 2px solid #800000;
}

aside img {
    width: 0px;
    float: left;
}

aside .logo {
    font-size: 40px;
    margin-left: 0px;
    font-weight: boult;
    position: relative;
    top: 1px;
}

main h5 {
    margin-top: 0px;
}


aside h3 {
    font-size: 25px;
    margin-left: 0px;
    margin-top: 10px;
    font-weight: boult;
}

aside ul {list-style: none}

aside button {
    margin-left: 0px;
    }


aside ul li {
    color: #ffff;
    display: block;
    margin-left: -15px;
    margin-top: 5px;
    }

aside ul a {
    text-decoration: none;
    }

aside ul li:hover, aside ul a:hover {
    color: #FFB6C1;
    text-decoration: none;

}

main1 {
    float: left;
    background: #40E0D0;
    width: 60%;
    padding: 2%;
    height: 100vh;
    color: #fff;
    border-up: 3px solid #800000;
}

main .features {

    float: left;
    background: #40E0D0;
    width: 100%;
    padding: 1%;
    height: 100%;
    text-align: center;
    margin-top: 0px;
    color: #000;
    border-up: 3px solid #800000;
}

main .featuress {
    font-style: italic;
    text-align: center;
}

main form {
    text-align: center;
    margin-left: 0%;
    width: 100%;
    margin-top: 30px;
}

main .features h1 {font-size: 40px;}
main .features p {max-width: 500px; margin: 20px auto}


select1 {
   font-size: 25px;
}


h6 {
   float: up
}

