  body {
           background-color: darkturquoise;
           background-image: url(" ");
           background-size: cover;
           color: white;
           font-family: Verdana;
           background-position: center; background-repeat: no-repeat; background-attachment: fixed;
           }
           h2, h3, h1 {
           font-family: 'Brush Script MT', cursive;
           }
           a:link {
           color: white;
           background-color: transparent;
           }
           a:visited {
           color: white;
           background-color: transparent;
           }
           a:active {
           color: white;
           background-color: transparent;
           }
       