
body {
    background: rgb(34,193,195);
background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 50px;
    height: 100px;
}

#container {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    margin: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 150px;
}


button {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
}

button:hover {
    background-color: #45a049;
}



#smoesjelogo {
position: relative; 
left: 500px;
top: 10px;
position: fixed;
}

#manstil {
    position: relative;
    height: 400px;
    left: 1100px;
    top: 350px;
    position: fixed;
}

#oudeman {
position: relative;
position: fixed;
width: 550px;
height: 550px;
left: 0px;
top: 200px

}



        

    
