.message1 {
    left: 15px;
    top: 100px;
    width: 110px;
    font-size: 15px;
    text-shadow: 1px 0 4px #000;
}

.message2,
.message3 {
    right: 20px;
    top: 115px;
    width: 140px;
    font-size: 24px;
    text-align: right;
}

.topMessage2,
.topMessage3 {
    text-shadow: 0 0 1px #02a5d4, 0 0 2px #02a5d4, 0 0 3px #02a5d4, 0 0 4px #02a5d4, 0 0 5px #02a5d4, 0 0 5px #02a5d4, 0 0 10px #02a5d4, 0 0 15px #02a5d4;
}

.finalMessage {
    right: 20px;
    top: 192px;
    width: 200px;
    font-size: 12px;
    text-align: right;
    text-shadow: 1px 0 2px #00357f;
}

.cta {
    padding: 5px 17px 5px 17px;
    right: 20px;
    top: 214px;
    font-size: 8.5px;
    border-radius: 10px;
}
