#container{
    border: 1px solid black;
    height: 400px;
}
#box{
    background-color: azure;
    border: 1px solid black;
    width: 40px;
    text-align: center;
    position: relative;

}
