@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body{background-image: url("https://informatykwdresie.ct8.pl/Poradniki/Linux/Dodatek/20-Prac-SebiXa/anime.gif"); background-size: cover; text-align: center;}
*{font-family: "Roboto", sans-serif;font-optical-sizing: auto;font-weight: 300;font-style: normal;font-variation-settings: "wdth" 100;}
th{font-weight: 900;}
table{width: 100%; height: 250px; background-color: white;}
#Title{color: violet}
#Min{color:red}
#Gut{color: green}
#Over{color:blue}
#Max{color:red}

td ,th{
    border: 5px dashed red;
}
table{
    border: 5px solid black;
}
td{writing-mode: vertical-lr; text-orientation: upright;}
table, td ,th{
    border-collapse: collapse;
}


/* table, td ,th{
    border: green 5px dashed;
    border-collapse: collapse;
} */