body{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: white;
    display: grid;

}

h1{
    padding-left: 40px;
}

picture{
    justify-content: left;
    display: flex;
    padding-bottom: 20px;
    padding-left: 40px;
}

img{
    width: 500px;
}

span{
    display: flex;
}

#time-icon{
    margin-left: 40px;
    border: 2px solid;
    width: fit-content;
    border-color: grey;
    border-radius: 10px;
    text-align: center;
    display: flex;
    position: absolute;
    top: 441px;
    
}

#time-logo{

    width: 13px;
    height: 13px;
    padding-top: 3px;
    padding-left: 0.5rem;
    padding-right: 3px;
}

#kcal-icon{
    
    border: 2px solid;
    width: fit-content;
    border-color: grey;
    border-radius: 10px;
    text-align: center;
    display: flex;
    position: absolute;
    top: 441px;
    margin-left: 140px;


}

#kcal-logo{
    width: 13px;
    height: 13px;
    padding-top: 3px;
    padding-left: 0.5rem;
    padding-right: 3px;
    
}

#kcal-logo{
    width: 13px;
}

input{
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    border-radius: 10px;
    border-color: solid grey;
    text-align: center;
    padding: 1em;
}

button{
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    border-radius: 30px;
    border: none;
    background-color: rgb(122, 118, 179);
    color: black;
    height: 30px;
}

table{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 20px 20px 20px rgb(204, 204, 204);
    border-collapse: collapse;
    margin-bottom: 60px;
}



td{
    padding: 1rem 2rem;
    text-align: center;
}



th{
    text-align: center;
    background-color: rgb(81, 87, 255);
    padding: 0.75rem 2rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 1rem;
    font-weight: 900;
}

tr:nth-child(even){
    background-color: rgb(235, 233, 252);
}

thead tr:first-child th:first-child{
    border-top-left-radius: 10px;	
}

thead tr:first-child th:last-child{
    border-top-right-radius: 10px;	
}

tbody tr:last-child td:first-child{
    border-bottom-left-radius: 10px;
}

tbody tr:last-child td:last-child{
    border-bottom-right-radius: 10px;
}

#Zubereitung{
    padding-left: 40px;
}
