.nise-link {
	color: blue;
}

.centerling {
	position: relative;
	height: 150px;
	justify-items: center;
}

.head-menu {
	display: flex;	
}

.absolutely-text-left {
	all: initial; 
	text-align: left;
}

@media screen and (max-width: 800px) {
  table, thead, tbody, th, td, tr {
    display: block;
	table-layout: fixed;
  }
  table {
	max-width: 100%;
  }
  tr {
    margin-top: 20px;
  }
  thead {
    display: none;
  }
  td {
    position: relative;
  }
  td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    font-weight: bold;
  }
}