body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: greenyellow;
}

#animatedBox {
    width: 1000px;
    height: 1000px;
    background-color: darkgreen;
    position: relative;
}

