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

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

}