@font-face {
        font-family: inter;
        src: url(../fonts/Inter-VariableFont_opsz\,wght.woff2);
}
@font-face {
        font-family: figtree;
        src: url(../fonts/Figtree-VariableFont_wght.woff2);
}
@font-face {
        font-family: expletus;
        src: url(../fonts/ExpletusSans-VariableFont_wght.woff2);
}

body {
        background-color: black;
        color: beige;
        font-family:figtree, inter, verdana;
        font-size: 1.2em
}

h1 {
        font-family: expletus;
        background-color: teal;
        border-style: solid;
        border-radius: 10px;
        border-color: beige;
        text-align: center;
        margin-left: 15%;
        margin-right: 15%;
}
h2, h3, h4, h5, h6 {
        font-family: expletus;
        width: fit-content;
        background-color: teal;
        border-style: solid;
        border-radius: 10px;
        border-width: 2px;
        border-color: beige;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: 25px;

}
p {
        font-weight: 500;
        color: beige;
        margin-left: 16px;
        margin-right: 16px;
        margin-bottom: 20px;
}       
code {
        background-color: beige;
        color: black;
}

a {
        color: teal
        
}
a:hover {
        color: rgb(0,150,150);
}
.navbar{
        font-weight: 600;
        list-style-type: none;
        margin-left: 16px;
        margin-right: 16px;
        padding: 0;
        overflow: hidden;
        background-color: teal;
        border-style: solid;
        border-radius: 10px;
        border-color: beige;

}
.navbar > li {
        float: left;
}
.navbar > li a {
        display: block;
        text-align: center;
        padding: 16px;
        text-decoration: none;
        color: beige;
}
.navbar > li a:hover {
        background-color: rgb(0,100,100);
        text-decoration:underline;
}

.logo {
        width: 32px;
        margin-top: 0;
        margin-right: 0;
        float: right;
        padding: 10px;
        padding-top: 11px;
}
.logo:hover {
        background-color: rgb(0,100,100);
}
br {
        margin-bottom: 5px;
}