.wrapper{
	text-align: right;
}

h1{
	font-size: 50px;
	text-align:center;
	color: magenta;
}

p {
  margin: 10px;
}


.show{
	
	height: 300px;
	width: 60%;
	margin: auto;
	padding:10px;
	display: grid;
	align-items: center;
	border: 8px solid blue; 
	background-color: orange;
	border-radius: 12px;
}


#demo1{
	text-align:center;
	font-size: 45px;
	font-weight: bold;
	color: blue;
}

#demo{
	text-align:center;
	font-size: 150px;
	font-weight: bold;
	color: black;
}

#container{
	text-align:center;
	padding: 10px;
	margin: 20px;
}

#button2{
	background-color:red;
}

.button{
	font-size: 35px;
	color: white;
	background-color: green;
	border-radius: 12px;
	padding: 10px;
	margin:10px;
}


.button:hover {
	color: blue;

}
