input{
     display: block;
     margin-left: auto;
      margin-right: auto;
      
      height: 30px;
      padding: 10px;
      border: 2px solid #ccc;
      border-radius: 30px; /* Makes it rounded */
      outline: none;
      font-size: 16px;
      margin-bottom: 20px;
      width: 980px;
     
}

img{
     display: block;
     width: 600px;
     margin-left: auto;
     margin-right: auto;
     margin-top: 200px;
     margin-bottom: 10px;

}


div{
     margin-top: 10px;
     text-align: center;
}
button{
     
     height: 30px;

     
     padding: 7px;
     border: solid 2px gray;

}


