:root{
    --color-theme:#0369a1;
    --color-theme-dark:#00649F;
    --color-accent:#00a5fe;
}
.bg-theme{
    background: var(--color-theme);
}
.bg-theme-dark{
    background: var(--color-theme-dark);
}
.bg-accent{
    background: var(--color-accent);
}
.text-theme{
    color: var(--color-theme);
}
.text-accent{
    color: var(--color-accent);
}
.text-justify {
    text-align: justify;
    text-justify: inter-word;
}
.btn-success{
    background: rgb(0, 205, 0) !important;
    border-color: rgb(0, 205, 0) !important;
}
.btn-info{
    background: var(--color-accent) !important;
    border-color: var(--color-accent) !important;
}
.wa{
    background: rgb(0, 205, 0);
    position: fixed;
    bottom: 1.3rem;
    right: 1.3rem;
    border-radius: 1rem 3rem 3rem 1rem;
}
.gslide-image img {
    scale: 1.5;
}