<!DOCTYPE html>
<html>
<head>

h1 {
   font-size: 14px;
   font-family: 'Rakkas', sans-serif;
   letter-spacing: 1.5px;
   color: yellow;
   line-height: 12px;
   font-style: normal;
   font-weight: normal;
   text-shadow: 1px 1px 1px black;
}

h2 {
   font-size: 20px;
   font-family: 'Rakkas', sans-serif;
   letter-spacing: 1.6px;
   color: yellow;
   line-height: 12px;
   font-style: normal;
   font-weight: normal;
   text-shadow: 1px 1px 1px black;
   margin-top: 28px;
   margin-bottom: 12px;
}

h3 {
   font-size: 20px;
   font-family: 'Rakkas', sans-serif;
   letter-spacing: 1px;
   color: yellow;
   line-height: 26px;
   font-style: normal;
   font-weight: normal;
   text-shadow: 1px 1px 1px black;
   margin-top: 0px;
}


body {
   width: 450px;
   margin:0;
   margin-bottom:60px;
   padding:0;
   background-image: url("bilder/grus_rapport.jpg");
   background-size: 400px;
   height:100%;
}

.info {
  pointer-events:none;
  width: 360px;
  height: 100px;
  background-color: none;
  position: relative;
  z-index: 0;
  margin: auto;
  margin-top: 50px;
  background-image: url(bilder/grus_kant_titel.jpg);
  background-size: 400px 140px;
  padding:20px;
  border-radius: 25px;
}
.infobakgrund {
   background-image: url(bilder/asfalt-titel.jpg);
   background-size: cover;
   position: absolute;
   width: 360px;
   height: 100px;
   margin-left:0px;
   margin-top: 0px;
   text-align: center;
   border-radius: 10px;
     border: solid;
  border-width: 1px;
  border-color: black;
}

.verk {
  pointer-events:none;
  width:360px;
  height:203px;
  background-color: none;
  position: relative;
  margin: auto;
  margin-top: 50px;
  background-image: url(bilder/grus_kant_mobil.jpg);
  background-size: 400px 243px;
  padding:20px;
  border-radius: 25px;
}

.knapp {
  pointer-events:auto;
  width:360px;
  height:203px;
  margin-top: 0px;
  margin-left: 0px;
  position: absolute;
  cursor: pointer;
  border-radius: 10px;
  background-size: cover;
  z-index:1;
  border: solid;
  border-width: 1px;
  border-color: black;
}

.videocontent {
  width:360px;
  height: 203px;
  background-color: black;
  position: relative;
  cursor: pointer;
  pointer-events:auto;
  border: none;
  border-radius: 10px;
  z-index:0;
  border: solid;
  border-width: 1px;
  border-color: black;
}

.titel {
   height: 25px;
   margin-left: 35px;
   margin-top: 15px;
   position: absolute;
   background-color: none;
   text-indent: -17px;
}
</head>
</html>