body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
        'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
        sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    color: #1b1a20;
    font-family: 'Roboto', sans-serif;
}

.header {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ddd;

    .subtitle {
        text-transform: uppercase;
        color: red;
        font-weight: 900;
    }

    .contact {
        margin-top: 5px;

        a {
            color: red;
            font-weight: 900;
            text-decoration: none;
        }
    }

    img {
        max-height: 60px;
        max-width: 65%;
        margin: 20px;
    }
}

.main-whatsapp-link {
    position: fixed;
    top: 0;
    left: 0;
    padding: 5px 10px 5px 10px;
    font-size: 45px;
    background-color: #26cd65;
    background-size: 50%;
    cursor: pointer;
    opacity: 85%;
    -webkit-opacity: 85%;
    border-bottom-right-radius: 20%;

    a {
        color: white;
    }
}