.my-span {
    color: rgb(230, 23, 23);
  font-size:150%;
  font-style: oblique;
  font-weight: bold;
  font-family: 'Gill Sans';
}
.h2{
font-family: 'Arial Narrow';}

a:visited{
  color:blueviolet
}
  
a:link{
  color:grey
}
.container{
  width:50%;
  height: 40px;
  margin: top 100px;;
}

.te{
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	line-height: 2;
	font-size: 17px;

}

