html {
  background-image: url('https://halsworld.neocities.org/glow.gif');
}
body {
background-color: #6495ED;
border: 10px solid;
padding: 0px;
width: 60%;
height:60%;
border-color:white;
margin-left: 20%;
margin-right: 20%;
font-family: 'Papyrus', sans-serif;
color:black ;
text-align: center;
}
button1 { 
  background-color: white; 
  border: none; 
  color: purple; 
  padding: 20px 34px; 
  text-align: center; 
  text-decoration: none; 
  display: inline-block; 
  font-size: 20px; 
  font-family: 'Arial', sans-serif;
  margin: 4px 2px; 
  cursor: pointer; 
  }