* {
    
       
       h1 {
            background-color: rgb(179, 154, 167);
            border-radius: 10px;
            text-align: center;
            color: rgb(0, 0, 0);
            
           
        }
        a {
            color: rgb(0, 0, 0);
            font-family: Georgia, 'Times New Roman', Times, serif;
            text-decoration: none;
            padding: 10px;
            letter-spacing: 1px;
            margin-right: 20px;


        }
        a:hover {
            color: rgb(123, 89, 111);
            text-decoration:line-through;
     
        }

        
}