body{
    background-image: url("back.jpg");
   // background: #00bbff;
    font-family: 'Times New Roman', Times, serif;
}

h1{
    color: #fff;
    font-size: 44px;
    letter-spacing: 2px;
    margin-top: 80px;
    text-align: center;
}

.content{
    background: #fff000;
    max-width: 760px;
    margin: 30px auto;
    padding:  20px 30px;
    border-radius: 10px 120px 10px 10px;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.1)
}

ul{
    list-style-type: none;
    padding: 0;
}

li{
    padding: 18px;
    background: #f6fcc0;
    font-size: 22px;
    color: rgb(155, 94, 94);
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    height: 300px;
}

li:nth-child(even){
    padding: 20px;
    background: #f2f2f2;
}

li span{
    display: block;
}
li span:nth-child(2){
    font-size: 18px;
    margin-top: 1px;
    color: #57221e;
}

li span:nth-child(3){
    font-size: 20px;
    margin-top: 1px;
    color: #00bbff;
}
li span:nth-child(4){
    font-size: 20px;
    margin-top: 1px;
    color: #00bbff;
}

li span:nth-child(5){
    font-size: 20px;
    margin-top: 1px;
    color: #00bbff;
}

li span:nth-child(6){
    font-size: 18px;
    margin-top: 1px;
    color: #57221e;
}

li span:nth-child(7){
    font-size: 20px;
    margin-top: 1px;
    color: #00bbff;
}
li span:nth-child(8){
    font-size: 20px;
    margin-top: 1px;
    color: #00bbff;
}

li span:nth-child(9){
    font-size: 20px;
    margin-top: 1px;
    color: #00bbff;
}

li span:nth-child(10){
    font-size: 18px;
    margin-top: 1px;
    color: #57221e;
}

li span:nth-child(11){
    font-size: 20px;
    margin-top: 1px;
    color: #00bbff;
}
li span:nth-child(12){
    font-size: 20px;
    margin-top: 1px;
    color: #00bbff;
}

li span:nth-child(13){
    font-size: 20px;
    margin-top: 1px;
    color: #00bbff;
}
li div{
    position: absolute;
    top: 0;
    right: 0px;
    background: rgba(256, 256, 256, 0);
    width: 200px;
    text-align: center;
    padding: 10px 0;
    font-weight:  bold;
    cursor:  pointer;
}

form input{
    float: left;
    width: 50%;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #eee000;
    margin: 0 1%;
    padding: 10px;
    display: block;
    box-sizing: border-box;
    font-size: 18px;
}

form input:focus{
    outline: none;
    border-bottom: 3px solid #88236f;
    padding-bottom: 8px;
    transition: all ease 0.2s;
}

form:after{
    content: '';
    clear: both;
    display: block;
}

button{
    border: 0;
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    width: 25%;
    box-shadow: -1px 0px 1px rgba(0,0,0,0.1);
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 1px;
    color: #999;
}
