

body{
background: rgb(0,95,255);
background: linear-gradient(90deg, rgba(0,95,255,1) 0%, rgba(0, 94, 255, 0.5) 50%, rgba(0,95,255,1) 100%);
}
body::-webkit-scrollbar{
	width: 10px;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: black;
}
.bodyLettering{
	color: white;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
}
/*
.hidden{
	display: none;
} 
*/
button a {
		text-decoration: none;
		color: black;
}
button a:visited {
		text-decoration: none;
		color: black;
}
button a:hover {
		text-decoration: none;
		color: black;
}
.carousel-inner img{
	margin: auto;
}
