button{
  background-color: #4062ad;
  border: none;          
  color: white;            
  padding: 30px 50px;     
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 4px 2px;
  cursor: crosshair;      
  border-radius: 8px;      
  position: absolute;
  border: black solid 3px;
  bottom: 50px;
  right: 30px;
}

#knapp1{
  right: 230px;
}

body{
  background-image: url(bilder/hage.png);
  background-size: cover;       
  background-position: center; 
  background-repeat: no-repeat;  
  height: 100vh;                 
  margin: 0;                    
  overflow: hidden;              
}


#p1{
  color: white;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  bottom: 400px;
  position: absolute;
  left: 40px;
}

#p2{
  color: white;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  bottom: 150px;
  right: 20px;
}

.container{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

