.thanks-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.thanks-message h1 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #fff;
}

.thanks-message .lead {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: bold;
}

.btn-top {
    display: inline-block;
    margin-top: 30px;
    background: none;
    color: #fff;
    padding: 0.6em 2em;
    text-decoration: none;
    transition: background 0.3s ease;
	border:solid #fff 1px;
}

