img{
height: 100%;
width: 100%;
}

.parentContainer {
position: relative;
text-align: center;
color: white;
}

.centered {
position: absolute;
top: 50%;
left: 10%;
margin-top: -50px;
}

p {
	font-size: 1.8em;
	font-weight:bold;
    text-shadow:
        0.05em 0 black,
        0 0.05em black,
        -0.05em 0 black,
        0 -0.05em black,
        -0.05em -0.05em black,
        -0.05em 0.05em black,
        0.05em -0.05em black,
        0.05em 0.05em black;
}

a {
    color: white;
}
