body {
    font-size: 14px;
    color: #b802af;
    background-color: #57f1ff;
    font-family: "monospace", "courier new", "helvetica", "arial", "sans serif", "helvetica", "serif";
    }


h1 {
    color: #f022e5;
    font-family: "Times New Roman", "monospace", "courier new", "serif";
    font-style: italic;
    
    }

h2 {
    color: purple;
      background-color: #ff9900;
    margin: 20px;
    padding: 40px;
    }


a {
    color: navy
    }

#tophead {
background-color: transparent;
padding: 0;
     margin: 0;

     }



#emailmebutton {
     color: red;
     font-family: "comic sans ms", "ariel", "sans serif", "serif";
     font-style: bold;
     background: linear-gradient(
        to right,
        red 0%,
        orange 22%,
        yellow 36%,
        green 50%,
        blue 64%,
        indigo 78%,
        violet 100%
    );
    background-clip: text;
    color: transparent;
    display: inline-block;
     0% { opacity: 100%; text-shadow: red 0px 1px 100px; }

15% { opacity: 100%; text-shadow: orange 0px 1px 10px; }

30% { opacity: 100%; text-shadow: yellow 0px 1px 100px; }

45% { opacity: 100%; text-shadow: green 0px 1px 10px; }

60% { opacity: 100%; text-shadow: blue 0px 1px 100px; }

75% { opacity: 100%; text-shadow: indigo 0px 1px 10px; }

90% { opacity: 100%; text-shadow: violet 0px 1px 100px; }
     





