body {
    color: #270722;
    padding: 1em;
    background-color: unset;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

h1 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h3 {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h4 {
    display: block;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
figcaption {
    font-size: x-small;
}

img {
    border-radius: 5%;
    max-width: 100%;
    height: auto;
    opacity: 0.75;
}

.xero4powerbi {
    background-color: #21b534;
    color: antiquewhite;
}

.snow {
    color: #3e3f3f;
    background-color: rgba(255, 250, 250, .5);
    opacity: 1;
    width: 100%;
}

.pure-g > div {
    box-sizing: border-box;
}

.l-box {
    padding-left: 1em;
}

.myButton {
    background-color: #5cbf2a;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #18ab29;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 17px;
    padding: 12px 24px;
    text-shadow: 0px 1px 0px #2f6627;
}

.myButton:hover {
    background-color: #5cbf2a;
}

.myButton:active {
    position: relative;
    top: 1px;
}

.main-logo {
    opacity: 1 !important;
    width: 50px;
    height: 50px;
    padding: 10px;
    box-sizing: unset;
}

.main-title {
    margin-top: -2em;
    margin-left: 3em;
}


