::-webkit-scrollbar {
    width: 6px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0); 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #33cccc; 
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #33cccc; 
}

#credits-titol{
	text-align: center;
	margin: 30px 0 25px 0;
	font-size: 18px;
}

#credits-contenedor{
	width: 930px;
	height: 445px;
	text-align: center;
	overflow-y: auto;
}

#credits-text {
	padding: 0 135px 0 145px;
}

#credits-titol-2{
	margin-top: 25px;
	font-size: 18px;
}

.credits-img {
	margin: 40px 0 10px 0;
	background-color: transparent;
	width: 500px;
	height: 75px;
	margin-left: 220px;
}