﻿	p{	
		display         :block;
		text-align      :center;
		margin          :auto;
		border          :none;
	}


@media screen and (min-width: 834px){
	.button{
		display         :block;
		font-size	:18pt;
		text-align	:center;
		padding		:10px 10px;
		margin          :auto;
		background	:pink;
		color		:#ffffff;	
		border          :none;
		width           :60%;
	}

	.button:active{
   		 background:palevioletred;
   		 color: #FFF;
	}

	.ddd{
		display         :block;
		text-align      :center;		
		margin          :auto;
		border          :none;
		width           :20%;
	}
}	

@media screen and (max-width: 833px){
	.button{
		display          :block;
		font-size        :16pt;
		text-align       :center;
		margin           :auto;
		background       :pink;
		color            :white;
		width            :80%;
		border           :none;
	} 
	.button:active{
   		 background:palevioletred;
   		 color: #FFF;
	}

	.ddd{
		display         :block;
		text-align      :center;	
		margin          :auto;
		border          :none;
		width           :20%;
	}
}
