.joinBarDiv {
    width: 100%;
    padding: 40px;
    text-align: center;
}

.joinBarButton {
    width: 45%;
    height: 50px;
    margin: auto;
    background-color: orange;
    color: black;
    border-radius: 20px !important;
    border-width: 4px;
    border-color: khaki;
    cursor: pointer;
}


/* Mobile screens */
@media (max-width: 767px) {
    .joinBarButton {
        width: 80%;
    }
}