@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url("animation.css");
.sitennavi {
    font-size: 1.4rem;
}

.sitennavi li {
    padding: 0 20px 0 20px;
    color: #F1B00A;
}

.sitennavi li a,
.sitennavi a {
    color: #F1B00A !important;
}

.social_icons {
    font-size: 1.5rem;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 99
}

.p12 {
    padding: 0 12px 0 12px;
}

footer {
    background-color: black;
    color: #fff;
}

footer a {
    color: #fff !important;
}

.footer_content {
    background-color: #061222;
}