body {
    overflow: hidden;
    text-align: center;
}

#maskin {
    position: absolute;
    text-align: center;
    top: 8vw;
    left: 20vw;
}

#maskin object, #maskin svg {
    /*display: flex;*/
    /*background: #4D4E53;*/
    width: 60vw;
    height: 37vw;
    /*position: relative;*/
    /*top: 100px;*/
    /*left: 200px;*/
    /*text-align: center;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    /*justify-items: center;*/
}

#funksjonsskjerm {
    position: relative;
    top: 18.5vw;
    font-size: 7vw;
    line-height: 0;
    color: #cb7e04;
    z-index: 1;
}

#input {
    background: #c6462a;
    display: inline-block;
    border-radius: 3vw;
    position: absolute;
    left: 0;
    top: 0;

    padding: 2vw;
    min-width: 2vw;
    font-size: 2vw;
    line-height: 2vw;
    text-align: center;
    color: ghostwhite;
    margin: 1vw;
}

#go {
    display: inline-block;
    background: #ff858c;
    color: ghostwhite;
    padding: 2vw 4vw;
    font-size: 2vw;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
}

#go:active {
    box-shadow: inset 0.2vw 0.2vw 0.2vw 0.2vw #b45a5a;
}