.heading
{
    text-align: center;
    font-size: 60px;
    color: maroon;
}
.dash
{
    height: 60px;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.dash img 
{
    height: 100%;
    width: 160px;
    box-sizing: border-box;
    margin-left: 50px;
    margin-top: 10px;
}
.rose
{
    height: 1000px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
}
.buttonpallet
{
    height: 100vh;
    width: 15%;
    border-right: solid black 0.5px;
    float: left;
    box-sizing: border-box;
    padding: 20px;
}
.showpallet
{
    height: 100vh;
    width: 85%;
    float: right;
    box-sizing: border-box;
}
.buttonpallet button
{
    height: 50px;
    width: 100%;
    border: solid black 0.5px;
    background-color: transparent;
    margin-bottom: 10px;
    font-family: RobotoBlackItalic;
    font-size: 20px;
    cursor: pointer;
    color: #0D2236;
}
table
{
    width: 100%;
    border-spacing: 10px 10px;
}
th
{
    font-family: RobotoBlackItalic;
    font-size: 30px;
    text-align: center;
}
td
{
    font-family: RobotoMedium;
    font-size: 20px;
    text-align: center;
}
td a 
{
    text-decoration: none;
    color: maroon;
}
@media(max-width:780px)
{
    .buttonpallet
    {
        height: 100px;
        width: 100%;
        border: soild red;
    }
    .showpallet
    {
        height: 700px;
        width: 100%;
        border: soild red;
        overflow-x: scroll;
        margin-top: 30px;
    }
    th 
    {
        font-size: 20px;
    }
    td
    {
        font-size: 10px;
    }
}