*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    background-color: #000;
    font-family: Cabin sans-serif;
    color:#fff;
}

button {
    width: 8.9375rem;
    height: 2.8125rem;
    font-family: "Cabin" sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: rgb(0, 0, 0);
    border-radius: 34px;
    padding: .7rem 1rem .5rem 1rem;
    margin: 0 auto;
    cursor: pointer;
}

.hide {
    display: none;
}

.div-inline {
    display: inline;
}

.span-block {
    display:block;
}

/* custom web element styles - FooterCom.js - <footer-com> */
.footer-container {
    display:flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    width: 100%;
}

.footer {
    display: inline;
    position: relative;
    padding-bottom: 2rem;
    font-size: 1em;
    color: #b4d9e0;
}

.footer-font {
    font-size: 1em;
    color: #b4d9e0;
}