body {

	background-image: url("1.jpg");
	background-size: cover;
	
	
	
}

.textview{
  display: inline-block;
	margin: 2px;
	width: 310px;
	height: 70px;
	font-size: 30px;
    font-weight: bold;
    background-color: rgba(245, 242, 237, 0.589);
	text-align: right;
	border: 4px solid darkgrey;	
	border-radius: 7px;
	
	/* border: none; */
}

.equalButton {
    cursor: pointer;
	display: inline-block;
	margin: 10px;
	
	width: 60px;
	height: 110px;
    outline: none;
	font-size: 20px;
	font-weight: bold;
	border-radius: 10px;
	background-color: darkgray;
  
}

.button {
    cursor: pointer;
	display: inline-block;
	padding: 9px;
	margin: 10px;
	width: 55px;
	height: 42px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 10px;
	outline: none;
	background-color: darkgray;
  
}

.button:active, .allclearButton:active,.equalButton:active{
    background-color: #3e8e41;
    box-shadow: 0 3px #666;
    transform: translateY(4px);
  }



.button:hover,.equalButton:hover {
	background-color: #FFBA75;
	box-shadow: 0px 0px 2px #FFBA75, inset 0px -20px 1px #FF8000;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #AE5700;
	border-left: 2px solid #AE5700;
}

.allclearButton {
  border-radius: 10px;
	color: #FFF;
    margin: 10px;
	width: 55px;
	height: 42px;
	text-shadow: -1px -1px 0px #44006F;
	background-color: #D20000;
	border-top: 2px solid #FF8484;
	border-right: 2px solid #FF8484;
	border-bottom: 2px solid #800000;
	border-left: 2px solid #800000;
	box-shadow: 0px 0px 2px #030303, inset 0px -20px 1px #B00000;
	outline: none;
}



h1{
	color:#F1620B;
	font-size: 52px;
    text-justify: newspaper;
    text-align: center;
	background-color: black;


}
.container{
		background: rgba(146, 142, 142, 0.589);
		
		background-size: cover;
		position:absolute;
        top:45%;
        left:50%;
        transform:translateX(-50%) translateY(-50%);
	    background-color:rgb(0, 170, 255);
		border: 2px solid black;
		border-radius: 7px;
		
}