.h1 a {
    position: absolute;
    left: 10%;
    top: 20%;
    text-decoration: none;
    transform: opacity ease 0.5s;
    text-decoration: none;
    color: #b5dca0;
}

.comeback-carka {
    margin-right: 2rem;
}

.h1 a:hover {
    opacity: 0.8;
}

.dobrej-footer {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media (max-width:600px) {
    .h1 a{
        font-size: 3rem;
        height: 7rem;
        left: 1rem;
    }
}