.copyright {
    position:  fixed;
    bottom:  0;
    right: 0em;
    font-size: 10px;
    display:  flex;
    opacity: 0.3;
    margin: 5px;
    color: #eee;
    font-family: sans-serif;
    cursor: pointer;
}
.copyright:hover {
    opacity: 1;
}
.copyright label{height:  min-content;display:  block;padding: 3px;color:  inherit;cursor: pointer;margin: 0;}

.copyright a{color:  inherit;text-decoration: none;display: flex;cursor: pointer;}
.copyright img{
    width: 2em;
    height: 2em;
}
@media only handheld 
{
	.copyright label {
		display: none;
	}
}
@media (max-width: 768px)
{
	.copyright label {
		display: none;
	}
}