@font-face {
    font-family: outputfont;
    src: url(../assets/MessyBoard-medlitesvenskatecken.otf);
}


body{
    margin: 0;
    box-sizing: border-box;
    height: 100vh;
    width: 100vw;
}

.logga{
    width: 700px;
}

.no-drag{
    -webkit-user-drag: none; /* Safari and Chrome */
    user-select: none;        /* Prevent selection as well */
    pointer-events: auto;     /* Keep image clickable if needed */
}

.main{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#output{
    position: absolute;
    top: 540px;
    font-size: 30px;
    font-weight: bold;
    font-family: outputfont;
}