.h-100{
    height: 100%;
}
a.black{
    color: dimgrey;
}

.red{
    color:red;
}

.orange{
    color: Tomato;
}
.anker{
    visibility: hidden;
    padding-top: 120px;
}

.gototop{
    z-index: -1000;
    margin-bottom: 60px;
    width: min-content;
}

@media (min-width: 992px) {
.gototop{
    z-index: -1000;
    margin-bottom: 80px;
    width: min-content;
}}