body{
    overflow: auto;
    background-image: url(../images/background.png);
    background-position: center;
    background-size: cover;
    color: white;
    text-align: center;
}

img{
  max-width: 100%;
  box-sizing: border-box;
}

.centered{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

h4{
    margin-top: 10px;
    text-shadow: 2px 2px 5px black;
}

.topPadding{
    margin-top: 80px;
}