body {
	background-color: rgb(48, 108, 47);
	background-color: hsl(119, 57%, 20%);
}

.top {
    border-radius: 300px;
    border-color: #02c278c7;
    box-shadow: inset 0 20px 9px -9px #02c278c7, inset 0 -20px 9px -9px #02c278c7;
    border-width: thin;
    border-style: solid;
    background-color: rgb(203,255,225);
    width: 400px;
    height: 400px;
    margin-left: 300px;
}

.ttop {
    padding: 50px 0px 0px 8px;
    text-align: center;
    font-size: 1.5em;
}

a:visited {
    color: green;
}

a {
    text-decoration: none;
    color: green;
}

.company {
    font-size: 1.8em;
    color: green;
}

.bottom {
    border-radius: 300px;
    border-color: #02c278c7;
    box-shadow: inset 0 20px 9px -9px #02c278c7, inset 0 -20px 9px -9px #02c278c7;
    border-width: thin;
    border-style: solid;
    background-color: rgb(203,255,225);
    width: 400px;
    height: 400px;
    margin-left: 650px;
    margin-top: -200px;
}

form {
    padding: 140px 0px 0px 8px;
    text-align: center;
    font-size: 2em;
    color: green;
}

#submit {
    color: green;
    font-size: 0.7em;
    margin-top: 30px;
    background-color: rgb(203,255,225);
    border-radius: 10px;
}

#submit:hover {
    background-color: green;
    color: rgb(203,255,225);
}

.lower {
    border-radius: 300px;
    border-color: #02c278c7;
    box-shadow: inset 0 20px 9px -9px #02c278c7, inset 0 -20px 9px -9px #02c278c7;
    border-width: thin;
    border-style: solid;
    background-color: rgb(203,255,225);
    width: 400px;
    height: 400px;
    margin-top: -200px;
    margin-left: 300px;
}

.llower {
    padding: 70px 0px 0px 55px;
    font-size: 1.5em;
    color: green;
    text-align: center;
    width: 290px;
}

.how {
    border-radius: 300px;
    border-color: #02c278c7;
    box-shadow: inset 0 20px 9px -9px #02c278c7, inset 0 -20px 9px -9px #02c278c7;
    border-width: thin;
    border-style: solid;
    background-color: rgb(203,255,225);
    width: 400px;
    height: 400px;
    margin-left: 650px;
    margin-top: -200px;
}

.innerhow {
    padding: 20px 0px 0px 55px;
    font-size: 1.5em;
    color: green;
    text-align: center;
    width: 290px;
}

ul {
    list-style: none;
    margin-left: -5%;
}

li {
    margin: 5px 0;
}

.onboard-image {
    z-index: -1;
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 500px;
}

#heading {
    color: rgb(203,255,225);
    background-color: rgb(48, 108, 47);
	background-color: hsl(119, 57%, 20%);
    margin-left: 1%;
}

#desc {
    max-width: 70%;
}

#anl {
    color: red;
}

#r {
    color: red;
}