body {
   background-color:#FFFFFF
}


p {
   color: black
}


h1 {
            color: pink;
            font-size: 80px;
            font-family: "Impact" , sans-serif;
            text-transform: uppercase;
            text-shadow: 5px 5px 5px red;
            text-align: center;
            user-select: none;
            animation: flash 0.3s infinite;
        }


h3 {
            color: blue;
            
            font-family: "Impact" , sans-serif;
            text-transform: uppercase;
            text-shadow: 1px 1px 1px cyan;
            text-align: center;
            user-select: none;
            animation: flash 0.3s infinite;
        }















