* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  background: #ffffff;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

body {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid #15161a;
  border-radius: 999px;
  color: #15161a;
  background: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.contact-button:focus-visible {
  outline: 2px solid #15161a;
  outline-offset: 4px;
}
