body{
    background-color: rgb(53, 46, 46);
}

#smoesjes{
    color: black;
    background-color: white;
    height: 100px;
    width: 700px;
    font-size: 50px;
    position: relative;
    top: 300px;
    left: 500px;
}
button{
    position: relative;
    top: 300px;
    left: 700px;
    width: 300px;
    height: 100px;
    font-size: 30px;
    margin-bottom: 10px;
}