@font-face {
    font-family: Bagnard;
    src: url("../static/Bagnard.otf") format("opentype");
}

@font-face {
    font-family: PoppinsMedium;
    src: url("../static/Poppins-Medium.otf") format("opentype");
}

body {
    background-color: #0E0F19;
}

.container {
    max-width: 760px;
    min-width: 320px;
    margin-left: 10%;
    margin-top: 10%;
}

h1, h2, p {
    color: #FFF1D0;
}

h1 {
    font-family: "Bagnard", Sans-serif;
    font-size: 3rem;
}

h2 {
    font-family: "Bagnard", Sans-serif;
    font-size: 1.8rem;
}

p {
    font-family: "PoppinsMedium", Serif;
    line-height: 1.7rem;
}

b {
    color: #FFBA49;
}

table {
    width: 100%;
    color: #FFF1D0;
    font-family: "PoppinsMedium", Serif;
}

a:link, a:visited {
    color: #086788;
    text-decoration: none;
}

a:hover, a:clicked {
    color: #466060;
}
