

body {
	background-color: lightblue;
	background: url("bakgrunn_op.jpg") no-repeat center center fixed;
	background-size: cover;
	
}
@media only screen and (max-width: 1366px) {
  body {
  zoom: 75%;
  }
}


h1 {
  margin-top: 0px;
  margin-left: 20px;
  margin-bottom: 0px;
  font-family: 'Dancing Script';font-size: 170px;
  color: #b32cf2;
  text-shadow: 4px 4px 5px black;
  text-align:center;

}

div.boks {

  background-color: white;
  opacity: 0.9;

  margin: auto;
  padding: 20px;
  width: 50%
}

 div.tekst {
  font-family: 'Merriweather', serif;font-size: 20px;
  color: black;
 }
 
  div.navigasjon {
	  white-space: nowrap;
  background-color: white;
  opacity: 0.9;
max-width: 500px;
  margin: auto;
display: flex;
  justify-content: center;

 }
.btn-group .button {
  background-color: black;
  font-family: 'Merriweather', serif;font-size: 20px;
  border: 1px white;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
 margin: 20px;
  font-size: 16px;
  cursor: pointer;

		
}

.btn-group .button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

.btn-group .button:hover {
  background-color: #3e8e41;
}