  .gulboks{
    position: absolute;
    color: maroon;
    background-color: yellow;
    top: 20px;
    left: 40px;
    z-index: 0;
    width: 300px;
    height: 150px;
    padding: 30px;
    font-size: 20px;
  }

  .sortboks{
    position: absolute;
    color: white;
    background-color: black;
    top: 110px;
    left: 150px;
    z-index: 3;
    width: 250px;
    height: 65px;
    padding: 10px;
    text-align: center;
    font-size: 20px;
  }

  .oransjeboks{
    position: absolute;
    color: black;
    background-color: orange;
    top: 160px;
    left: 310px;
    z-index: 6;
    width: 130px;
    height: 40px;
    padding: 5px;
  }
