
/*Styling to my button*/
button
{
  border-radius: 0px;
  border-color: black;
  word-spacing: 5px;
  margin-top: 20%;
  width: 300px;
  color:white;
  height: 100px;
  font-size: 18px;
  border-style: ridge;
}
