﻿@media(max-width: 480px) {
    table {
        overflow: scroll; 
    }

    .wrapper {
        display: flex;
    }
    
}
