* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

img {
  width: 100%;
  width: 300px;
  border-radius: 0.5rem 0.5rem 0 0;
}

button {
  font-weight: bold;
  color: #fff;
  background: #1e90ff;
  padding: 0.625rem 1rem;
  border: 0;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.3s;
}
button:hover {
  background-color: #0d7ceb;
}/*# sourceMappingURL=styles.css.map */