.mystyle {
  color: indigo;
}

.mybstyle {
  border: 2px solid violet;
}

.mybgstyle {
  background-color: turquoise;
}

.mybgistyle {
  background-image: url("https://goo.gl/jcdXn2");
}

.mytstyle {
  text-align: center;
}

.myfstyle {
  font-family: "Times New Roman", Times, serif;
}

.myfontstyle {
  font: bold 15px arial, sans-serif;
}
