<style>
            a:hover{
                color:blue;
                font-size:20px;
                text-shadow: 
                1px 1px 0px cyan;
            }
            body
            {
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center; 
                background-color:black;
                /*background-image:url('https://codehs.com/uploads/eb8f02161a994331f05f4bf3b0a21365');*/
            }
            *{
                color:white;
            }
            h1{
                color:silver;
                text-shadow:
                1px 1px 1px black;
            }
            p{
                color:white;
                /*font-family:'Times New Roman';*/
                font-family:'Courier new';
                font-style:italic;
            }
</style>