
/*                                                                  THIS IS MY STYLE SHEET

it will have 6 different layouts that I continually use */

body {
  background-color: black;
  color: #ff3881;
  font-family: Telugu Sangam MN;
  margin-left: 400px;
  margin-right: 400px;
  margin-top: 200px;
  margin-bottom: 200px;
  text-align: center;
  a:hover {
  background-color: purple;
  text-decoration:underline;}
 a:link {
    color: pink;
    text-decoration: none;
}
   }
  
  
/* h1 is for the TOP OF EACH WEBPAGE 

Style_Sheet/Fontdinerdotcom.ttf
@font-face {
  font-family: myFirstFont;
  src: url(sansation_light.woff);
}

*/

  h1 { 
    
  font-size: 20px
  color: pink;
  text-align: center;
  
}

/* h2 is for the TOP OF EACH WEBPAGE */


  h2 {
    font-size: 4px
    color: black 
    margin-left: 60px;
    font-family: Telugu Sangam MN;
    font-weight: normal;

  
}