body{
  background-color: #1E90FF
}
table{
  border-collapse: collapse;
  margin:auto;
}

svg{
  width: 100px;
  height: 100px;
}
button{
  width: 100px;
  height: 50px;
  background-color: #0080ff;
  border: none;
  box-shadow: 1px 1px 1px #222222;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
  cursor:pointer;

}
button:hover{
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.reset{
  font-size: 16px;
  color: white;
  width: 160px;
}
