.container{
    position: relative;
}

.header{
    width: 100%;
    height: 100%;
}

.word {
    font-size: 14px;
    color: #333333;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

