body {
   

    background-image: url(../Fotos/background2.png);
    background-size:cover;
    background-repeat: none;
    height:100vh;
    background-position: center;
  }
  
  .img1 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .img2 {
    position: absolute;
    top: 45%;
    left: 43%;
    z-index: 10;
    width: 11%;
  
  }
  *{
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins';

  }
.hero{
    height: 20%;
right: 10%;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}

h1{
    font-size: 4rem;
    font-weight: 500;
    margin-bottom: 15px;
}
.timebox{
    display: flex;
    gap: 30px;
}
.time{
    text-align: center;
}
.time h2{
    font-size: 5rem;
    font-weight: 100;

}

.smooch-sans {
    font-family: "Smooch Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
  }

  .text1{
    width: 20%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    position: absolute;
    right: 47%;
    bottom: 91%;
    font-size: 30px;
  }
  .text2{
    width: 20%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    position: absolute;
    right: 48%;
    top: 9%;
    font-size: 20px;}
  .pijlrechts{
    position: absolute;
    width: 27%;
    left: 73%;
    top: 31%;
  }
  .pijllinks{
    position: absolute;
    width: 25%;
    left:1%;
    top: 30%;
 
  }