/* latin */
@font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(./JosefinSans-Light.ttf) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(./JosefinSans-Regular.ttf) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    background-color: rgb(41, 0, 37);
    color: white;
    font-family: "Josefin Sans", Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    cursor: default;
    overflow-x: hidden;
}

codeblock {
    background-color: black;
    padding: .25rem;
    margin: .1rem;
    border: white 1px solid;
    border-radius: .25rem;
    color: gray;
}

.codeblock {
    background-color: black;
    padding: .25rem;
    margin: .1rem;
    border: white 1px solid;
    border-radius: .25rem;
    color: gray;
}

codeblock > highlight {
    color: white;
}

.codeblock > .highlight {
    color: white;
}

img {
    width: 100%;
}

a {
    color: lightblue;
}

.center {
    align-self: center;
    align-items: center;
    text-align: center;
}

.center:hover {
    cursor: text;
}

.left {
    align-items: flex-start;
    align-self: flex-start;
    text-align: left;
}

.left:hover {
    cursor: text;
}

.header_button {
    background-color: black;
    padding: 1rem;
    margin: .25rem;
    margin-top: 1.5rem;
    border-radius: .5rem;
    border-color: white;
    border-style: solid;
    border-width: 2px;
    font-family: "Josefin Sans", Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight:normal;
    cursor: pointer;
    display: inline-block;
}

.hide_link_styles {
    text-decoration: none;
    color: white;
}

header > hr {
    margin-top: 2rem;
    color: white;
    border-style:solid;
}

.large-text {
    font-size: 2rem;
}

@media (min-width:750px) {
    .horiz_padded_med {
        padding-left: 30%;
        padding-right: 30%;
    }
}

p {
    cursor:text;
    line-height: 1.4;
}