p {
  line-height: 180%;
}
.indent-1 {
  text-indent: 1rem;
}
.blink:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}
.font-bold {
  font-weight: 600;
}

.text-center {
  text-align: center;
}

.border-blue {
  border: 2px solid #1073b9;
}
.border {
  border: 2px solid black;
}

.w-50 {
  width: 55%;
}
.w-100 {
  width: 100% !important;
}
.text120lineh {
  line-height: 120% !important;
}
.text100lineh {
  line-height: 100% !important;
}
.flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.min-w-fit {
  min-width: fit-content;
}
.indent-0 {
  text-indent: 0;
}
.flexmb {
  flex-direction: row;
}