article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

.td
{
    text-align: center;
    margin-top: 15px;
    
}

footer{
	margin-bottom:-50px;
	background-color: #cecece;
	color:rgb(126, 124, 124);
	padding:5px 0;
	font-size: 12px;
}
section footer{
	font-style:italic;
	background: transparent;
}
.scrolling-text-container
{
  margin: 0 auto;
  padding: 0;
  font-family:;
  display:flex;
  align-items: center;
  background: #fff;
  margin-top: 40px;
}
.scrolling-text-container span
{
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  padding: 8px 20px;
  background-color: red;
  color: #fff;
  clip-path: polygon(0 0,100% 0,100% 100%, 0 100%);
  font-weight: 600;
}
  
