body {
    background: linear-gradient(to bottom, #1e528e 0%,#2e5d8a 10%,#3f6886 20%,#507383 30%,#617e7f 40%,#728a7c 50%,#899775 60%,#a1a56f 70%,#b9b269 80%,#d1c063 90%,#e9ce5d 100%);
    color: rgba(255, 255, 255, 192);
    text-shadow:1px 1px rgba(0, 0, 0, 192);
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1525px;
    height: 1115px;
    margin-left: -762px;
    margin-top: -557px;
}