body{
    background-color: burlywood;
}
h1{
    background-color: blue;
    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: 10px;
    border-radius:40%;
    border: 5px solid red;
    width: 470px;
}