.copyright a:visited,
.copyright a:link
{
    color: #606060;
}

.copyright a:hover
{
    color: #ccc;
}

@media (min-width: 481px) {
    .anubz {
        z-index: 2;
        position: fixed;
        top: 3vh;
        left: 3vh;
    }

    .anubz img {
        height: 4vh;
    }

    .copyright {
        z-index: 2;
        position: fixed;
        bottom: 0;
        right: 0;
        height: 10vh;
        width: 100vw;
        box-sizing: border-box;
        padding: 3vh;
        display: flex;
        color: #606060;
        font-weight: 300;
        text-align: right;
    }

    .copyright span {
        width: 100vw;
        font-size: .65em;
    }

    .copyright img {
        margin-left: 4vh;
        width: 4vh;
        height: auto;
        cursor: pointer;
    }
}

@media (max-width: 480px) {
    .anubz {
        width: 100vw;
        height: 10vh;
        display: flex;
        justify-content: start;
        align-items: center;
        padding: 3vh;
        box-sizing: border-box;
    }

    .anubz img {
        height: 100%;
        z-index: 5;
    }

    .copyright {
        z-index: 2;
        /* position: fixed; */
        display: flex;
        color: #606060;
        font-weight: 300;
        text-align: right;
        font-size: 0.65em;
    }

    .copyright span {
        width: 100vw;
        box-sizing: border-box;
        padding: 20px;

        font-size: 1.5em;
        text-align: center;
    }

    .copyright img {
        margin-left: 25px;
        width: 50px;
        height: 50px;
        cursor: pointer;
        display: none;
    }
}