
body {
  background-image: url('wallpaper.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.table_welcome {
	display: flex;
    justify-content: center;
		
	background-color: rgb(0 0 0 / 0.4);
	color: white;
}