h4{
    margin: 0px;
    padding-left: 4px;
    font-size: 30px;
    font-weight: 600;
    
}

header{
    
    padding: 20px;
    width: 100%;
}

.szlogen{
    font-weight: lighter; 
    font-size: 33px; 
    text-align: center; 
}

.tartalom{
    font-size: 25px;
    
}

.szoveg{
    margin-bottom: 40px;
}

.img{
    display: block;
    margin: 0 auto;
    
}

body{
    border: 100px;
    border-color: black;
}


body, html {
    margin: 0;
    padding: 0;
}

.ar{
    padding-left: 45px;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.container{
    width: 100%;
}

.logo{
    width: 75%;
    height: 75%;
}

.flex-container {
    display: flex;
    justify-content: space-between; /* Egyenletes térköz az elemek között */
    justify-content: center; /* Vízszintes középre igazítás */
    align-items: center;     /* Függőleges középre igazítás */
      
}

.flex-item {
    
   
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    
    
}

.aztudod a{
    color: black;
}

.nav{
    text-align: center;
    font-size: 50px;
    padding-top: 50px black;
}



.slide{
    margin-bottom: 20px;

}

.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 300;
  }

  @import url('https://fonts.googleapis.com/css2?family=Abel&family=Bebas+Neue&display=swap');