body {
    overflow: hidden;
}

.content,
.container {
    width: 100vw;
    height: 100vh;
    margin: auto;
    position: relative;
}

.content {
    background-image: url("./assets/tlo.png");
    background-repeat: no-repeat;
    background-size: 110%;
    background-position-x: center;
    background-position-y: center;


}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 4.14vh;

}

#fogg {
    background-image: url("./assets/tlo.png");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0px;
    position: absolute;
    text-align: center;
    font-weight: bolder;
    font-size: 3.7vh;
    display: none;
    z-index: 20;

}

#fogg>p {
    position: relative;
    top: 44.44vh;
}

#tekst {
    width: 75vw;
    position: relative;
    top: 14.81vh;
    left: 14.166vw;
    text-align: justify;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}

.dropplace {
    width: 20.833vw;
    height: 5.6296vh;
    background-color: transparent;
    border: none;
    border-bottom: dotted 0.2962vh black;
    text-align: center;
    border-top-left-radius: 1.77vh;
    border-top-right-radius: 1.77vh;
}

#draggable {
    display: flex;
    margin-top: 14.81vh;
    flex-wrap: wrap;

}

#draggable>div {
    margin-right: 1.6vw;
}


#btnSpr {

    border: solid 0.33vw rgb(119, 54, 0);
    border-radius: 1.77vh;
    width: 25vw;
    padding: 3.7vh;
    background-color: rgb(184, 90, 32);
    color: white;
    cursor: pointer;
    /* margin: auto; */
    position: absolute;
    top: 62.22vh;
    left: 20.833vw;
}