*{
    padding: 0px;
    margin:0px;
}
html{
    background :url(image2.jpg)
}
h1{
    color: rgb(29, 22, 220);
    height: 5rem;
    text-align: center;
    font-size: 50px;
    margin:2rem 1rem
}
#container {
    position: relative;
    display: flex;
    
      position: relative;
      
      margin-left: 30px ;  
}
p{
    justify-content: space-between;
    display: inline;
    font-size: 20px;
    font-family: 'Lucida Sans Unicode';
    font-style: initial;
    color: lawngreen;
   text-decoration: darkblue;

}
input[type=number] {
	width: 15%;
	height: 8px;
	padding: 8px;
	font-size: 20px;
	margin: 0 .8rem 0 0;
	text-align: right;
	color: #000000;

}
input[type=button]{

	 width: 10%;
	height: 30px;
	color:rgb(255, 255, 255);
	font-size: 40x;
	text-align:center;
	border: 1px solid rgb(51, 255, 150);
    background: rgb(255, 0, 106);
   
    margin: 0px auto; 
}
#equation{
    
    text-align: center;
    margin-top: 30px;
}#equation2{
    text-align: center;
    margin-top: 30px 0px 0px 30px;
    padding-top: 30px;
}
h3{
    text-align: left;
    border-width: 20px;
    
  }
  h3 a{
    
    border-color: crimson;
   
    text-decoration: none;
    padding-right: 20px;
    padding-bottom: 20px;
    color: blue;
    margin-bottom: 20px;
  }
