* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui;
}

.container {
  max-width: 800px;
  margin-inline: auto;
  padding-left: 20px;
  padding-right: 20px;
}

#layout-page-with-small-header {
  padding-top: 20px;
}

#header {
  height: 56px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

#header .back {
  height: 24px;
  align-items: center;
  display: flex;
  position: absolute;
  left: 0;
}

#header .page-title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.contact {
  all: unset;
  box-sizing: border-box;
  outline: revert;
  width: 100%;
  align-items: center;
  gap: 16px;
  padding: 15px 10px;
  transition: background-color .2s;
  display: flex;
}