* {
    font-family: "Courier Prime", monospace;
    font-weight: 400;
    font-style: normal;
}

body {
    min-height: 8rem;
    padding-top: 6rem;
}

.navbar-mitya {
    background-color: #dad9d7 !important;
}

.navbar-brand-mitya {
    padding-left: 0.25rem;
}

/*.navbar-brand-mitya img {
    border: none;
}*/

.navbar-brand-heartful {
    color:red;
}

.nav-link:hover, .nav-link:focus {
    background-color: #ebebeb;
}

.courier-prime-regular {
    font-family: "Courier Prime", monospace;
    font-weight: 400;
    font-style: normal;
}

.courier-prime-bold {
    font-family: "Courier Prime", monospace;
    font-weight: 700;
    font-style: normal;
}

.courier-prime-regular-italic {
    font-family: "Courier Prime", monospace;
    font-weight: 400;
    font-style: italic;
}

.courier-prime-bold-italic {
    font-family: "Courier Prime", monospace;
    font-weight: 700;
    font-style: italic;
}