body{
    margin: 0;
    padding: 0;
}
.bottom-div{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}