html{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
}

body {
    background-color:bisque;
}

h1#focim{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 14em;
    padding-left: 0%;
}

em#ala{
    font-size: 5em;
}

table {
    border-collapse : collapse;
    caption-side    : bottom;
    width: 60em;
    border-width: 5px;
    border-color: #333;
    font-size: 1.5em;
    

}
table,
td,
th {
    border : 3px solid black;
    padding: 10px;
    max-width: 100%;
    margin: auto;
}

p{
    text-align: left;
}

div#fooldal{
    color:black;
    padding-top: 2em;
    
    min-height: 50em;
    background-image: url("../media/KombucHahattarKep.webp");
    background-size: 100%;
    
}

div#feher{
    background-color: aliceblue;
    padding-left: 23px;
}

h1{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 10em;
    margin: auto;
    padding-left: 20%;
    padding-right: 20%;
}

h2#videocim{
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 8em;
    
}

video {
    display  : block;
    margin   : 15px auto;
    
    max-width: 100%;
}

aside a:link {
	color: rgb(0, 81, 255);
	text-decoration: underline;
}
aside a:visited {
	text-decoration: underline;
	color: darkblue;
}



article.carousel{
    padding-left: 20%;
    padding-right: 20%;
    font-size: 25pt;
}