body{
    background-color: rgb(34, 33, 33);
}
#can1{
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
p{
	position: absolute;
	top:90%;
	left: 10%;
	color: rgba(0, 0, 0, 0.2);
	font-family: 'sans'; 
}