.message {
    padding: 30px 0;
    height: 100vh;
    position: relative;
}
.message__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Montserrat", sans-serif;
}
.message__btn {
    background-color: #00a851;
    padding: 15px 30px;
    text-decoration: none;
    color: #FFF;
    border-radius: 5px;
    transition: all 0.4s;
    font-family: "Montserrat", sans-serif;
}
.message__link {
    color: #00a851;
    text-decoration: underline;
}
.message__btn:hover {
    background-color: #02813f;
}
.message__btn-container {
    margin-top: 40px;
}
.message__img {
    width: 100%;
    height: auto;
    max-width: 90px;
    margin-bottom: 20px;
}

@media (width <= 48rem) { 
    .message__box {
        width: 100%
    }
 }
 h1 {
     margin-top: 0;
 }