
body{
    background: linear-gradient(to right, #a5abd3, #dad5f3); 
    text-align: center;
}
header{
    background: linear-gradient(to right, #a5abd3, #dad5f3); 
    padding: 2%;
    text-align: center;
    color:  black;
}
button{
    background-color: #b3a5ee;
    color: black;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}
.button1{
    background-color: #b3a5ee;
    color: black;
    border: 2px solid #e7e7e7;
}
.button1:hover{
    background-color: #b3a5ee;
    color: white;
}
.table{
    width: 80%;
    margin: auto;
}
.td{
    text-align: center;
}
.ind1{
    width: 400px;
    height: 550px;
}
.ja1{
    width: 360px;
    height: 450px;
    padding-left: 110%;
}
.text1{
    font-size: 20px;
}
.ces1{
    width: 450px;
    height: 500px;
}
.text2{
    font-size: 18px;
}
.kam1{
    width: 390px;
    height: 500px;
}
.kam3{
    width: 390px;
    height: 500px;
}
.kam2{
    width: 359px;
    height: 500px;
}
.rod1{
    width: 430px;
    height: 400px; 
}
.text3{
    font-size: 14px;
}
.hr{
    width: 100%;                
    background-color: #a490f1;        
    margin: 10px auto;   
    height: 2px;
}