body {
    background: #262628;
    color: aliceblue;
    font-size: 32px;

}

.white-element {
    background: #fff;
    min-height: 100px;
    border-radius: 10px;
    position: fixed;
    top: 800px;
    margin-bottom: 100px;
    right: 50px;
    left: 50%;
}
.ball {
    position: relative;
    bottom: 45px;
    left: 80px;
    height: 100px;
    width: 100px;
    border-radius: 50px;
    background: rgb(214, 73, 73);
}