body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 40px;
}

#controls button {
    padding: 10px 15px;
    margin: 5px;
    font-size: 16px;
}

#box {
    width: 50px;
    height: 50px;
    background: #ff4747;
    position: relative;
    margin: 50px auto;
    border-radius: 8px;
}