
body, html {
    height: 100%;
}
.header-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("header.png");
    height: 25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .header-text{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }
.navbar ul {
    background-color: rgb(74, 74, 80);
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    text-align: center;
    margin-top: 0px;
}
.navbar li {
    display: block;
}
.navbar a {
    color: white;
    text-decoration: none;
    font-size: 14pt;
}
.navbar {
    margin-top: 0px;
}
.logo {
    height: 45px;
    width: 45px;
}
.info {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    flex-grow: 2;
}
.info p {
    font-size: 20px;
}
.favlist {
    display: flex;
    flex-flow: row wrap;
}
.prevRec {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: baseline; 
    width: 300px;
    padding: 10px 10px 10px 10px;
}
.prevRec img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.kort {
    width: 200px;
}
.middel {
    width: 400px;
}
.centerdiv {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
}
.centercontent {
    display: flex;
    flex-flow: column wrap;
}
a {
    color: black;
}
img {
    width: 300px;
}
.recept {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}
.bereiding {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 20px;
}
.ingredient {
    padding: 20px;
}
p {
    padding: 10px;

}
.omschrijving {
    padding: 20px;
    display: flex;
    flex-flow: column wrap;
}
.error {
    color: red;
}
.succes {
    color: green;
}
.knop {
    left: calc(100vw - 100px);
    position: fixed;
    top: 230px;
    height: 35px;
    border-radius: 10px;
}
.teller {
    left: calc(100vw - 100px);
    position: fixed;
    top: 260px;
    width: 100px;
}
li {
    font-size: 20px;
}