*{
    padding: 0;
    margin: 0;

}
body {
    margin:0;
    padding:0;  
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    min-height:100vh;
  }
  
  main {
    flex:1 0 auto;
  }
.container img{
    width: 50%;
    height: 50px;
}
.jumbotron.jumbotron-fluid {
    color: white;
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

footer{
    margin-top: auto;
}
thead.thead-light {
    background: rgb(239, 239, 239);
    /* color: white; */
    font-weight: 500;
    font-size: 0.7em;
}
/*tr:nth-child(1) {
    background-color: #292C31;
}

tr:nth-child(2) {
    background-color: #292C31;
}
tr:nth-child(3) {
    background-color: #292C31;
}*/