.btn:hover{
    background-color:  #263b31;
    border: 2px solid rgb(0, 85, 18);
}

.btn:active{
    background-color: aqua;
}

.authorship{
    font-size: x-small;
}

img{
    pointer-events: none;
}