body {
    background-image: url(images/background.png);
    background-color: rgba(201, 221, 77, 0.48);
    background-size: 13% 28%;
    background-attachment: scroll;
}

.centered {
    position: absolute;
    top: 13%;
    left: 40%;
    transform: translate(-50%, -50%);
}
