.bob{
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 0;
    height: 200px;
}
.box{
    display: flex;
    justify-content: center;
}
h1{
    font-size: 5vw;
    margin-top: 40vh;
}