.buttonWrapper {
    height: 100%;
    width: 100%;
}
@media(max-width: 768px){
    .btButton {
        margin-top: 15px !important;
    }
}
.btButton {
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    background-color: #3C639C;
    margin-top: 75px;
    color:white;
    border-radius: 20px;
    width: 50%;
    margin-left:auto;
    margin-right: auto;

}
.btButton:hover {
    color:gold;
}