#divMain{
	width:400px;
	margin:50px auto;
}

/* iPhone view Portrait V17.23 */
@media screen and (min-device-width: 300px) and (max-device-width: 420px) and (orientation:portrait) {
	
	button{
		border-radius:10px!important;
		background-color:var(--bs-primary)!important;
		padding:10px!important;
		margin:0px!important;
		color:white;
		font-weight:bold;
		letter-spacing:5px;
	}
}
/* iPad view Portrait */
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)  {

	#divMain{
		margin:50px auto;
	}
}
/* iPad view Landscape Version iPad Landscape 1.2 */
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
	#divMain{
		margin:35px auto;
	}
}