#container {
    height: 400px;
    border: 2px black solid;
}

#box {
    background-color: aquamarine;
    width: 50px;
    text-align: center;
    border: 1px solid black;
    position: relative;
}