

body {
    background-color: #fffdd0;
    overflow: hidden;
}

#kraan {
    margin-top:82px;
    width: 200px;
    margin-left: -10px;
}



#mounth {
    width: 250px;
    position: absolute;
    bottom: -70px;
    right: -25px;;
}

#bottle {
    width: 100px;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 69%;
    left: 50%;
    transform: translate(-70%, -50%);
}


#drop {
    margin-top:82px;
    width: 20px;
    position: absolute;
    left: 170px;
    top: 160px;
    z-index: -1;
}

#links {
    display: flex;
    justify-content: space-around;
    font-size: 30px;
    margin-top: 30px;
}

#tone {
    width: 300px;
    position: absolute;
    right: 20px;
    top: 120px;
    display: none;
}

#thanks {
    width: 300px;
    position: absolute;
    right: 20px;
    top: 120px;
    display: none;
}

#links a {

    text-decoration: none;
    color: #FBB040;
    border: 1px solid #FBB040;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
} 

#links a:hover {
    background-color: #FBB040;
    color: #fffdd0;
    transition: background-color 0.3s ease, color 0.3s ease;
}
