body{
    /* position: relative; */
}
.toTop{
    /* background-color: rgb(27, 27, 27); */
    background-image: url(../grafika/strzalka.png);
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 999;
    text-decoration-color: transparent;
}
.toTop:hover{
    opacity: 0.7;
}
/* .toTop:before{
    content: "\f077";
    font-family: "Font Awesome 5 Free"!important;
    color: white;
} */