/*nabidka*/

html, body{
    height: 100%;
    margin:0;
}

body{
    display:flex;
    flex-direction: column;
    font-family: "";
}


/*main*/

main{
    text-align: center;
    justify-content: center;
    background: linear-gradient(to bottom, #ffea29 22%, #c53f48 100%);
}

.content{
    background-color: rgb(255, 255, 255, 0.3);
    margin-left: auto;
    margin-right: auto;

    width: 1024px;

    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 40px;

}

main > div > h2{
    font-weight: bold;
    text-decoration: underline;
    font-size: 40px;
    line-height: 25px;
    margin-top: 25px;
    line-height: 50px;
}

main > div > h3{
    font-weight: bold;
    text-decoration: underline;
    font-size: 30px;
    line-height: 21px;
    text-decoration: none;
}

main > div  > p{
    width: 88%;
    margin: 15px auto; 
    text-align: center;
    font-size: 26px;
}

img{
    margin-bottom: 50px;
    }

/*Tabulka*/
.table-container{
    display: flex;
    justify-content: center;
}

table{
        border-collapse: collapse; 
        width: 80%;
        max-width: 600px;
        font-size: 26px;
}

th, td{
    border: 3px solid;
    padding: 5px;
}

/*laptop-L*/
@media (max-width: 1750px) {

    .content {
        width: 850px;
    }
}

@media (max-width: 1024px){
.alergeny, .alergeny > img{
    width: 450px;
}
    .content{
       width: auto;
    }
}

@media (max-width: 768px){
    .alergeny, .alergeny > img{
        width: 300px
    }
}

@media (max-width: 425px){
    .content{
        margin-left: 0;
        margin-right: 0;
    }

    .alergeny, .alergeny > img{
        width: 260px;
    }

    table{
        font-size: 20px;
    }

}

