*{
    box-sizing: border-box;
}

body{
   
    text-align: center;
    background-image: url("../img/back8.jpg");
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    background-position: top-center;
   
   
}
/* 
.container{
   
} */

h1{
    font-size: 80px;
    color: orange;
    margin-top: 30px;
    font-weight: bold;
    font-family: 'Lucida Sans', cursive;
}

h2{
    font-size: 30px;
    color: blue;
    margin-top: 20px;
    font-weight: bold;
    font-family: 'Lucida Sans', cursive;

}

/*container style*/

input[type="text"] {
    width: 300px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid black;
    padding-left: 2px;
    margin: 10px;
    text-align: center;
    /* background-color:olive; */
    
}



input[type="number"],
select {margin: 10px;
    width: 100px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid black;
    padding-left: 2px;
    text-align: center;
}

input[type="submit"] {margin:10px;
    width: 100px;
    height: 35px;
    background: black;
    color: #fff;
    border-radius: 8px;
    border: 0px;
    text-align: center;
}

input[type="submit"]:hover{
    opacity:0.8;
    transition: 0.3s;
    color:grey;
}

select {
    height: 30px;
}

.row{
    margin:10px;
    font-size: 20px;
    font-weight: bold;
    
}

label{
    color: firebrick;
}



#show{
    width: 100px;
    background: grey;
    color:#fff;
    text-align: center;
    font-size: 1.3rem;
}




.liclass {
    position: relative;
    border-bottom: 1px, dotted, green;
    width: 100%;
    height:55px;
    margin-top:10px;
    color:green;
    font-family:'Lucida Sans', cursive;
}

.liclass button {
    position: absolute;
    right: 0%;
    z-index: 10;
    background:transparent;
    border:1px solid black;
    border-radius:8px;
  
}

/*input submit style*/
#send{
    background: green;
}

#delete{
    background: red;
}


footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color:pink;
    color: skyblue;
    color: white;
    text-align: center;
}