@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro');

@font-face {
    font-family: 'Siddhanta-calcutta';
    src: url('siddhanta-calcutta.ttf');
}

html {
    scroll-behavior: smooth;
    background-color: #fffff8;
    font-size: min(4.0vw, 1em);
}

body {
    max-width: 25em;
    margin: 1em auto;
    padding: 0 1em;
    line-height: 1.5;
    color: #111111;
    font-family: 'Siddhanta-calcutta', 'Siddhanta', 'Noto Serif Devanagari', serif;
    box-sizing: border-box;
}

input {
    width: 12em;
    font-size: inherit;
    font-family: 'Source Code Pro', 'Robot Mono', 'Courier New', monospace;
    border: none;
    border-bottom: 0.05rem inset black;
    background: none;
    outline: none;
    padding: 0;
}

td.akSharaniveshaH {
    text-align: right;
}

table {
    margin: auto;
    width: 100%;
}

nav,
#apUrNatA {
    text-align: center;
    font-size: 0.7em;
    margin: 0 0;
    padding: 0 0;
}

#apUrNatA {
    display: none;
}

.shIrSham {
    padding-top: 0.1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border: 0.1em solid black;
}

h1 {
    font-size: 1.5em;
    font-weight: normal;
    padding: 0 0;
    line-height: 1em;
    margin: 0.5em;
    text-align: center;
}


h2 {
    font-size: 1em;
    margin-top: 3em;
    padding: 0;
}

h2,
h3 {
    font-weight: normal;
}

.shIrShakam {
    text-align: center;
}

ol {
    list-style: devanagari;
}

a:visited {
    color: #111111;
}

a {
    color: #111111;
    text-decoration-thickness: 0.05rem;
}

button {
    background: none;
    color: #111111;
    border: none;
    padding: 0;
    font: inherit;
    text-decoration: underline;
    text-decoration-thickness: 0.05rem;
    cursor: pointer;
}

p.karma {
    text-align: right;
}

#praveshaH {
    display: none;
}

p.praveshaH {
    text-align: center;
}

p.prativacanam {
    visibility: hidden;
}

.chandah {
    padding-left: 2em;
    white-space: nowrap;
}

code {
    font-family: 'Source Code Pro', monospace;
}

.sUktam {
    line-height: 2em;
    word-spacing: -0.5em;
}

.sAntaram {
    word-spacing: normal;
}

.abhinnam {
    display: inline-block;
}

strong {
    font-weight: normal;
    background-color: bisque;
    border-radius: 0.5em;
}

img {
    width: 100%;
}