

body {
 background-image: url("billeder/back.png");
background-repeat: no-repeat, repeat; 
 text-align: center;  
 background-image: linear-gradient(to right, rgba(76,91,92,0), rgba(76,91,92,0.7)); 
 font-family: Red Hat Display;
  font-size: 1.2em; 
 }  
 table  
 {  
 text-align: center;
 height: 80px; 
 }  
 h2 {     
 font-family: "Red Hat Display";  
 color: #black;  
 letter-spacing:- 0.005em;   
 word-spacing: 1px;  
 font-size: 1.5em;  
  font-weight: bold;  
  }  
  h4 {  
 font-style: italic;   
 font-family: "Red Hat Display", serif;  
 color: black;   
 letter-spacing:- 0.005em;   
word-spacing: 1px;  
 font-size: 1em;  
  font-weight: bold;  
  }  
 h1 {  
  position: relative;  
  padding: 0;  
  margin: 0;  
  font-family: "Roboto Slab", sans-serif;  
  font-weight: 300;  
  font-size: 40px;  
  color: #080808;  
  -webkit-transition: all 0.4s ease 0s;  
  -o-transition: all 0.4s ease 0s;  
  transition: all 0.4s ease 0s;  
  text-align: center;  
}  
.three h1 {  
  font-size: 28px;  
  font-weight: 500;  
  letter-spacing: 0;  
  line-height: 1.5em;  
  padding-bottom: 15px;  
  position: relative;  
  text-align: center;  
}  
.three h1:before {  
  content: "";  
  position: absolute;  
  left: 10;  
  bottom: 0;  
  height: 5px;  
  width: 550px;  
  background-color: #111;  
  text-align: center;  
}  
.three h1:after {  
  content: "";  
  left: 0;  
  bottom: 2px;  
  height: 1px;  
  width: 85%;  
  max-width: 255px;  
  background-color: #333;   
}  
button {  
  background-color: #af614c;  
  border: none;  
  color: white;  
  padding: 15px 32px;  
  text-align: center;  
  text-decoration: none;  
  display: inline-block;  
  font-size: 16px;  
  margin: 4px 2px;  
  cursor: pointer;  
}  


.button-container {
  display: flex;
  justify-content: center;
}

.button {
  font-family: "Red Hat Display";
  display: flex;
  flex: 0 0 15%;
  margin: 0 5px;
  align-items: center; /* Center the text vertically */
  display: inline-block;
  background-color: #D10000;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  border-radius: 0px;
}
legend {
    background-color: #000;
    color: #fff;
    padding: 3px 6px;
font-size: 1.5em; 
}