.texture {
    image-rendering: pixelated;
}

.appearance {
    height:128px;
    width:auto;/*maintain aspect ratio*/
    max-width:500px;
}

.appearance-small {
    height:64px;
    width:auto;/*maintain aspect ratio*/
    max-width:500px;
}

.Banner {
    transform: scale(4);
    /*max-width: 100%;*/
    /*height: auto;*/
    /*margin-bottom: 1rem;*/
    /*display: block;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*width: 60%;*/
}


.table {
    border-collapse: collapse;
    margin-top: 50px;
}

.td, .tr, .table {
    border: 1px solid black;
}