

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















