html {
                font-size: 22px;
            }

            body {
                background-color: #333;
                color: whitesmoke;
            }

            a{
                color:red;
            }

            a:visited {
                color:red;
            }

            a:hover, a:active {
                color: #f05fa3
            }
      
            

