body{
    background-color: burlywood;
}
h1{
    background-color: red;
    right: 55%;
    position: absolute  ;
    
}

.boks{
    background-color: lightcyan;
    top: 100px;
    width: 600px;
    height: auto;
    position: absolute;
    left: 280px;
    border: 20px solid green;
    border-radius: 20px;
    padding: 50px;
}
.tilbake{
    bottom: 10px;
    position: absolute;
}
.font{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.bilde{
    
    bottom : 150px;
    position: absolute;
    right: 1px;
    border-radius: 50%;
    width: 480px;
    aspect-ratio: 1;
    border: 2px solid red;
    border-width: 15px;
}