my1 {
      font-family: garamond;
      font-size: 50px;
      color: blue;
}
my2 {
      font-size: 50px;
      color: green;
      font-family: Cursive;
}
my3 {
      font-family: Ariel;
      font-size: 250px;
      color: yellow;
}
h4 {
      font-family: Verdana;
      font-size: 50px;
      color: #800000;
}
h5 {
      font-family: Courier;
      font-size: 50px;
      color: #800000;
}
h6 {
      font: "Times New Roman";
      font-size: 50px;
      color: #880000;
}
h7 {
      font-family: Brush Script;
      font-size: 50px;
      color: darkblue;
}

