.container {
    position: relative;
   font-family: helvetica;
    }

.text-block {
    position: absolute;
    bottom: 50px;
    right: 50px;
    background-color: black;
    color: white;
    padding-left: 50px;
    padding-right: 50px;
}