.header {
  width: calc(100% - 96px);
  background: #efefef;
  padding: 24px;
  margin: 24px;
  border-radius: 12px;
}

.button {
  background-color: #3183d3; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 10px;
}

.wrapper {
  margin: 24px;
}
