body{
    font-family: sans-serif;
    text-align: center;
    background-color: #FCE4EC;
}

header,footer{
    background-color: #880E4F;
    color: white;
    padding: 10px;
    clear: both;
    letter-spacing: 20px;
}

#left{
    width: 50%;
    height: 600px;
    overflow: auto;
    float: left;
}

#right{
    background-color: #880E4F;
    color: white;
    width: 40%;
    height: 500px;
    margin: 35px;
    box-shadow: 10px 10px 15px dimgray;
    float: left;
}

table{
    margin: auto;
    width: 70%;
}

.kon{
    margin: 5px;
    width: 70%;
}

tr:hover{
    background-color: #F8BBD0;
}