@font-face {
    font-family: "RD";
    src: url(fonts/rd.ttf) format("truetype");
}

.btn {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif !important;
}

* {
    font-family: "RD";
}

.h5, h5 {
    font-size: 24px;
}

.card {
    border: .05rem solid #25211B;
}

.bg-dark {
    background: hsla(217, 16%, 22%)!important;
}

body {
    background-color: transparent;
    margin-top: 20px;
}

html {
    background-image: linear-gradient(lightsteelblue, steelblue);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
}