@font-face {
    font-family: 'Tahu!';
    src: url("../fonts/Tahu.0bf2619c0855.eot");
    src: url("../fonts/Tahu.0bf2619c0855.eot?#iefix") format('embedded-opentype'), url("../fonts/Tahu.469b39443e5e.woff2") format('woff2'), url("../fonts/Tahu.561dd3ca7c78.woff") format('woff'), url("../fonts/Tahu.584e1232afd2.svg#Tahu!") format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.tahu {
    font-family: 'Tahu!';
    font-weight: normal;
    font-style: normal;
}

.bf-alert {
    max-width: 80%;
    z-index: 9999;
    position: absolute;
    right: 0;
    top: 75px;
}

.bf-alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    opacity: 0.92;
}

.ping {
    background-color: red !important;
}
.ping1 {
    background-color: red;
}
.ping2 {
    background-color: blue;
}

.image-style{
    display: block;
    max-width:400px;
    max-height:400px;
    border: solid 1px #aaa;
    border-radius: 5px;
    transition: 300ms all;
    image-orientation: from-image;
    margin: 0.5em 0 0.5em 0;
}

.centered{
    margin-left: auto;
    margin-right: auto;
}