*{
    margin: 0;
    padding: 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
body{
    background-color: rgb(214, 0, 0);
}
button{
    color: white;
    background-color: black;
    padding: 20px;
    border-radius: 5px;
    font-size: 40px;
    border: 2px white solid;
    margin: 20px;
    top: 80%;
}
button:hover{
    cursor: pointer;
    background-color: rgb(94, 94, 94);
}
#buttondiv{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15px;
}
#imgdiv{
    width: 100%;
    padding-top: 15px;
    justify-content: center;
    display: flex;
}
img{
    width:920px;
    max-width: 100%;
    aspect-ratio: 5/3;
    padding: 10px;
    background-color: rgb(128, 0, 0);
    border-radius: 10px;
}
#knapp2, #knapp1, #knappslutt{
    display:none;
}
div{
    max-width: 100%;
}
p{
    position: absolute;
    font-size: 80px;
    font-weight: bolder;
    color: white;
    display:none;
    -webkit-text-stroke: white 0.5px;
    text-align: center;
}
