body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    background-color: #111111;
}

#container {
    position: relative;
    width: 960px;
    height: 540px;
    border: 1px solid white;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
}

#bouncingImage {
    position: absolute;
    width: auto;
    height: 180px;
}

#placeholderText {
    color: white;
    cursor: pointer;
}
