@font-face {
    font-family: 'myFont';
    src: url(fonts/ShadowsIntoLight.ttf); 
}

body {
    background-image: url(site\ images/backgrounds/stars.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 12px; color: black;
    margin-left: 12px; color: black;
    margin-right: 12px; color: black;
    margin-bottom: 12px; color: black;
}

h1 {
    text-align: center; color: hotpink;
    font-size: 42pt;
    font-family: 'myFont';
}

a:link {
    color:deeppink;
    background-color: transparent;
    text-decoration: none;
  }
  
  a:visited {
    color: pink;
    background-color: transparent;
    text-decoration: none;
  }
  
  a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
  }
  
  a:active {
    color: pink;
    background-color: transparent;
    text-decoration: underline;
  }

