.container{
    margin-top: 150px;
}
.main{
    padding: 15px;
    margin: 30px 0px;
    background-color: #59a6ea
}
.main input[type="text"]{
    float: left;
    height: 40px;
    width: 75%;
    margin: auto;
    padding-left: 15px;
    border: none;
}
.main input[type="button"]{
    height: 40px;
    width: 25%;
    border: none;
    background-color: #3e8dc5;
    color: #ffffff;
}
input:focus, button:focus {
    outline: none;
}

/* list style  */
ul {
    list-style-type: none;
}
ul li{
    height: 40px;
    margin: 15px 10px;
    background-color: #59a6ea;
    display: flex;
    align-items: center;
    cursor: pointer;
}
li p{
    float: left;
    width: 95%;
    vertical-align: middle;
    padding: 10px 20px;
    color: #ffffff;
    cursor: pointer;
}
li button{
    height: 40px;
    width: 5%;
    background-color: #3e8dc5;
    border:none;
    color: #ffffff;
}
div .fa-check{
    color: white;
    left: 15px;
    margin-left: 10px;
}
.about{
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.about p a{
    text-decoration: none;
    cursor: pointer;
}
.about p a:hover{
    color: #073358;
}
