 


button {
  background-color:#008080;
  color: white;
  border: none;
  cursor: pointer;
  width:100%;
  padding:10px;
  border-radius: 10px;
}
button:hover {
  background-color: #45a049;
}
