h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

.whatsapp {
    /* position: fixed;
    width: 45px;
    height: 45px;
    bottom: 14px;
    left: 15px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center; */
    padding: 6px 14px;
    z-index: 100;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    user-select: none;
    height: 40px;
    display: flex;
    align-items: baseline;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: #25d366;
}

.messenger:focus,
.messenger:hover,
.whatsapp:focus,
.whatsapp:hover {
    color: #fff;
    opacity: 0.8;
}

.messenger {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 14px;
    right: 20px;
    background-color: #218bd3;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width:1024px) {
    .whatsapp {
        font-size: 16px;
        bottom: 74px;
        right: 8px;
    }
}

