.button{
	height:50px;
	width:100px;
	border-radius:10px;
}
.button1{
	height:50px;
	width:200px;
	border-radius:10px;
}
.button2{
	height:40px;
	width:120px;
	border-radius:10px;
}
body{
	 background-image: url(quizimage.jpg);
     background-size: cover;
     background-attachment: fixed;	
	 color:#333333;
	 padding-left: 70px;
     margin-left: 100px;
	 font-family:arial;
     font-weight: 400;
     display: flex;
     justify-content: center;
     align-items: center;
}

     
	
