.thank-header{
   height: 110px;
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.thank-header img{
   position: absolute;
    left: 40%;
    padding-top: 30px;
}
.center{
    padding:  5% 0;
}
.thank{
    padding: 10% 0;
    text-align: center;
}
.thank h1{
    font-size: 80px;
    color: #D22830;
}
.thank span{
    font-size: 16px;
}