    a {
        text-decoration: none;
    }

    a:active {
        color: rgb(155, 79, 150);
    }

    a:link{
        color: black;
        text-decoration: none;
    }

    a:visited {
        color: black;
        text-decoration: none;
    }

    body {
        font-family: roborto, arial;
        background-color: rgb(245, 245, 245);
    }