.container {
    position: relative;
    margin-top: 20px;
    margin-bottom: 100px;
}

.box {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border: solid black 1px;
    background-color: #aaa;
}
