
		p{
			text-align: center;
		}
		p>span{
			display: none;
		}
		p>span:nth-last-child(1){
			display: block;
			text-align: center;
			background-color: rgb(255, 153, 51);
		}
		p>span:nth-child(1){
			display: none;
		}
		p img{
			width: 300px;
			height: 300px;
			margin-bottom: 100px;
			margin-top: 10;
			text-align: center;
		}
		a{
			display: none;
		}