@font-face {
    font-family: "RuDaStarlight";
    src: url("../includes/RuDaStarlight.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.ruda_01-footer {
    border-top: 4px solid red;
    padding: 16px;
    text-align: center;
    color: white ;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 1000;
    background-color: #333;
}

.ruda_01-footer a {
    color: inherit;
    font-family: "RuDaStarlight", serif;
    text-decoration: none;
}

.ruda_01-footer a:focus-visible {
    text-decoration: underline;
}

.ruda_01-footer .flag-1rem {
    height: 1rem;
    width: auto;
    vertical-align: -0.1em;
    border-radius: 2px;
    display: inline-block;
    margin: 0 0.25rem;
}
    
