h1{
  font-size: 1.5em;
  margin: .67em 0;
  font-family: Noto Sans JP,sans-serif;
}

body{
  background-color: white;
}

.header{
  border-bottom: 1px solid #00b9ef;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.header-wrapper {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 80vw;
}

.for-hospitals {
  color: #000;
  font-size: 16px;
  line-height: 19px;
}

.brainsuite-title {
  font-family: Noto Sans JP,sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #00b9ef;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 0;
  text-decoration: none;
}

.unavailable {
  align-self: center;
  color: #002063;
}

.cloudflare {
  color: #fff
}