.bottom {
    position: fixed;
    bottom: 2%;
    width: 100%;
}

.bottom_button {
    width: 30%;
    font-size: 60px;
}

.business_card{
    /* position: absolute;
    top: 2%;
    left: 2.5%; */
    width: 95%;
    height: 25%;
    background-color: brown;
}

.message {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 0 auto;
    padding: 15px;
    margin-bottom: 15px;
    max-width: 800px;
    font-size: 35px;
}