
button
{
    width: auto;
    height: auto;
    background-color: transparent;
    border-width: 0px;
    outline-width: 0px;
}
.panel
{
    height: 200px;
    width:100%;
    justify-self: center;
   
    background-color: white;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-right: 50px;
    padding-left: 20px;
    padding-top: 50px;
    margin-top: 20px;

    overflow-y: scroll;
}

.pager
{
    background-color: white;
    margin-top: 100px;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 20px;

}