#container #content {
  justify-content: space-between;
}
#header {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#header #subtitle {
  font-size: 16px;
  color: #0d2941;
}
#account-link {
  background-color: #ef7c7f;
  padding: 10px 0px;
  border-radius: 20px;
  font-weight: 500;
  display: block;
  width: 220px;
  margin: 10px auto 0;
  line-height: 20px;
  text-align: center;
}
