.header {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.header__title {
  padding: 8px;
}
.header__title-text {
  display: none;
}
.header__wrap {
  display: flex;
  justify-content: space-between;
}

.content {
  width: calc(100vw - 24px);
}

.modal {
  width: calc(100vw - 64px);
  max-height: calc(100% - 64px);
}


body {
  font-size: 14px;
}
h2 {
  font-size: 18px;
}