* {
    padding: 0;
    margin: 0;
    font-family: "Helvetica Condensed", sans-serif;
}

body {
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: inherit;
}

.txt-red {
    color: #e20900;
}

.whatsapp-fab {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 10;
}
.whatsapp-fab img {
    width: 80px;
}