

	
	@media (max-width: 800px){
	.buton{

		width: 90%;
		height: 60px;
		border-radius: 7px;
		background-color: white;
		color: green;
	}
		img{

		width: 600px;
		height: 600px;
		border-radius: 7px;
		text-align: justify;
	}

	}

	@media (min-width: 800px){
	.buton{

		width: 60%;
		height: 60px;
		border-radius: 7px;
		background-color: white;
		color: green;
	}
		img{

		width: 95%;
		height: 1000px;
		object-fit: contain;
		border-radius: 7px;
		text-align: justify;
	}

	}
