.specialbutton {
    background-color: firebrick;
    font-family: sans-serif;
    font-size: 2rem;
    text-align: center;
    border-radius: 28px;
    display: inline-block;
    padding: 30px 32px;
    color: white;
    margin-left: 550px;
    box-shadow: 2px 10px rebeccapurple;
}

.specialbutton:hover {
    background-color: gold;
}

#element {
    position: absolute;
    border-radius: 100%;
    top: 350px;
    left: 600px;
    width: 100px;
    height: 100px;
    background-color: yellowgreen;
}

.random {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: white;
}

.hintergrund {
    width: 100%;
    background-color: black;
}

.bild {
    position: absolute;
}