h1 {
  display: block;
  font-size: 4vw;
}
a,a:hover,a:visited{
  color: inherit;
  text-decoration: none;
}


.subtitle{
  font-size: max(12px,50%);
  white-space: pre;
}
.font-text{
  color: #000;
  word-break: normal;
  font-size: clamp(15px, 1.8vw, 20px);
}
.font-bold{
  font-weight: bold;
}
.font-blue{
    color:#0000ff;
}
