img {
    width: 100%;
    margin-right: 15px;
}

.container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
}

.center-container {
    position: absolute;
    bottom: 10px;
    text-align: center;
}

p {
    left: 0;
    right: 0;
    position: inline-block;
    color: rgb(255, 156, 156);
    font-weight: bold;
    text-shadow: 0px 0px 10px #313131;
    margin: 10px;
    font-size: 4.5em;
    font-family: Tangerine, arial;
}