table#kysitlus{
    border: 1pt solid #cbc5ee;
    width:80%;
    height: 180px;
    border-collapse: collapse;
    color: SteelBlue;
    text-align: left;
    margin-left: 10%;
}
table#kysitlus td{
    border: 3px double  #cbc5ee;
}
table#kysitlus td:nth-child(2){
    width:50%;
}
body{
    text-align: center;
    background-color: #cbc5ee ;
}
div{
    color: SteelBlue;
    background-color: white;
    margin-left: 80px;
    margin-right: 80px;
    border-radius: 5%;
}
div input[type='button']{
    background-color: #cbc5ee;
    color: white;
    border: 2px solid white;
}
