#dewilglogo{
    position: absolute;
    width: 85px;
    height: 80px;
    left: 34px;
    top: 20px;
}

#drankjes{
    font-family: 'Just Me Again Down Here';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    position: absolute;
    width: 313px;
    height: 51px;
    left: 132px;
    top: 5px;
    color: #D4AE80;
}

#settings{
    position: absolute;
    width: 55px;
    height: 55px;
    right: 20px;
    top: 23px;
}

footer{
    position: fixed;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    background-color: #D4AE80;
}

.drank{ 
    height: 50px;
    width: 50px;
}

#dranklogo{
    position: absolute;
    display: block;
    top: 5px;
    margin-left: 40%;
    margin-right: 60%;
}

#houdbaarheidlogo{
    position: absolute;
    display: block;
    top: 5px;
    margin-left: 50%;
    margin-right: 50%;
}

#tellogo{
    position: absolute;
    display: block;
    top: 5px;
    margin-left: 60%;
    margin-right: 40%;
}

#backgroundblue{
    position: absolute;
    width: 380px;
    height: 250px;
    left: -5vw;
    top: 400px;
    border-radius: 50%;
    background: #98C7FF;
    filter: blur(50px);
}

#backgroundblue2{
    position: absolute;
    width: 380px;
    height: 380px;
    left: 40vw;
    top: -150px;
    border-radius: 50%;
    background: #98C7FF;
    filter: blur(50px);
}

#backgroundblue3{
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    left: 70%;
    top: 400px;
    border-radius: 50%;
    background: #98C7FF;
    filter: blur(50px);
}


#bolletjeonder{
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 58px;
    margin-left: 41%;
    margin-right: 59%;
    border-radius: 50%;
    background: #A68A68;
}

#bolletjeonder2{
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 58px;
    margin-left: 51%;
    margin-right: 49%;
    border-radius: 50%;
    background: #A68A68;
}

#bolletjeonder3{
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 58px;
    margin-left: 61%;
    margin-right: 39%;
    border-radius: 50%;
    background: #A68A68;
}


.drankbox{
    display: flex;
    position: absolute;
    left: 17vw;
    top: 220px;
    flex-wrap: wrap;
    align-content: center;
    
}

.drankboxtellen{
    display: flex;
    flex-direction: row;
    position: absolute;
    margin-left: 22%;
    top: 100px;
    
}

.flex2{
    display: flex;
    flex-direction: row; 
}

.flexlinks{
    display: flex;
    flex-direction: column; 
    margin: 50px;
}

.flexrechts{
    display: flex;
    flex-direction: column; 
    margin: 50px;
}

.drankjeslogo{
    display: flex;
    border-radius: 20px;
    width: 192px;
    height: 175px;
    margin: 10px;
}

.button{
    display: flex;
    background-color:#D4AE80;
    border: none;
    padding: 6px;
    font-size: 18px;
    border-radius: 20%;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    height: 32px;
    margin: 4px;
}

.nummer{
    display: flex;
    background-color:#D4AE80;
    border: none;
    padding: 6px;
    border-radius: 20%;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    height: 20px;
}

#telbody {
    height: 110vh;
    width: min-content;
}

.date{
    background-color:#D4AE80;
    border: none;
    border-radius: 30px;
    padding: 5%;
}








