body{
    background-image:url(bilder/forsteside.png) ;
    background-size: 1075px;
    background-position: center top;
}

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;
    right: 625px;
    bottom: 50px;
    
}