#final-message {
    margin: 0 auto;
    margin-top: 28px;
    margin-bottom: 100px;
    color: #ffffff;
    font-family: 'HelveticaNeueHeavyCond', HelveticaNeue;
    font-weight: 400;
    line-height: 1;
    text-shadow: 3px 3px 6px #000;
    width:1000px;
    text-align: left;
    font-size: 20px;
    border: solid red;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: red 5px 5px 50px;
}

#final-message div:first-child {
    font-size: 63px;
    font-weight: 400;
}

@media (max-width : 1000px){
    #final-message {
        width: 100%;
    }
}
