body {
  display: flex;

  align-items: center;
  flex-direction: column;
  margin: 0;
}

h1 {
  display: flex;
  justify-content: center;
  font-family: "Tangerine", sans-serif;
  font-size: 3rem;
  margin: 20px;
}

ul {
  list-style-type: none;
  border: 2px solid white;
  padding: 5%;
  line-height:180%;
  background-color: rgb(206, 186, 197);


}

li {
  font-size: 1.1rem;
  font: bold;
}

p {
  display: flex;
  text-align: center;  
}

.kapcsolat {
  background-color: rgb(242, 221, 226);
  width: 100%;
  display: flex;
  text-align: center;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;

}

button {  
  padding: 15px 30px;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: white;
  background-color: rgb(206, 186, 197);
  border: none;
  border-radius: 15px;
  box-shadow: 0 2px #999;
  margin: 15px;
}

.button{
  display: flex;
  justify-content: center;
  background-color: rgb(242, 221, 226);
  width: 100%;
}


.background {
  margin: auto;
  width: 100%; 
  position: fixed;
  height: 100%;  
  object-fit: cover;
  z-index: -1;

}

.szolgáltatások {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 10px;  
  padding-top: 50px;
}

footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center; 
  color: white;
  background-color: rgb(255, 231, 231);
  font-size: 0.8rem;
  text-align: center;  
  color: gray;
  padding-top: 10px; 
  align-items: center; 
}

.footer{
  margin: 0;  
}

/*Navigációs menü*/

/*Navigációs menü*/

.topnav {
  display: flex;
  background-color: rgb(0, 0, 0, .3);
  position: fixed;
  width: 100%; 
  flex-direction: row;
  justify-content: space-around;   
}

.topnav a {
  display: flex;
  float: center;  
  color: #f2f2f2;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
}

.insta_szöveg2{
  text-decoration: none;
  color: black;
}