.no_decoration {
  text-decoration: none;
}

html,body,h1,h2,h3,h4,h5,h6 {font-family: Helvetica, sans-serif}

.mid{
  font-size: 24px;
}

.white_t{
  color: white;
}

.black_t{
  background-color: rgb(32, 32, 32);
}

.red_t{
  color: red;
}