
.granbg {
    width: 100%;
    display: block;
}

.hdpg {
    position: absolute;
    top: 150px;
    left: 50px;
    color: white;
    background-color: rgb(87, 55, 35);
    padding: 10px;
    border-radius: 30px;
    font-size: 25px;
}

.knapp {
    color: black;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 360px;
    left: 210px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
    font-size: 25px;
}

.knapp:hover {
    color: rgb(40, 40, 40);
    background-color: rgb(211, 211, 211);
}

.valkommen {
    display: none;
    position: absolute;
    color: white;
    place-self: center;
    margin-top: 250px;
    background-color: rgb(87, 55, 35);
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
    width: 250px;
}

@media (max-width: 775px) {
    .hdpg, .knapp {
        display: none;
    }

    .valkommen {
        display: block;
    }
}