 .titless label {
  font-family: 'Times New Roman', Times, serif;
  font-size: 36px;
  text-decoration: underline;
  color: red;
  font-weight: bold;
  font-style: italic;
  display: block;
  text-align: center;
  margin: 20px;
  padding: 10px;
  word-wrap: break-word;
}


     @media (max-width: 600px) {
  .titless label {
    font-size: 12px;
    padding: 8px;
    margin: 10px;
  }
}