@import url("//fonts.googleapis.com/css2?family=IBM+Plex+Mono");
@import url("//fonts.googleapis.com/css2?family=IBM+Plex+Sans");
@import url("//fonts.googleapis.com/css2?family=IBM+Plex+Serif");
@import url("//fonts.googleapis.com/css2?family=Lexend+Deca");

body {
    background-color: #d7eafc;
    color: #000000;
    font-weight: 500;
    font-size: 45pt;
    font-family: 'IBM Plex Serif','Poppins', serif;
    text-align: justify;
}

sig {
    color: #1426e5;
    font-size: 75%;
    font-family: 'Lexend Deca','Bubblegum Sans', cursive;
    font-style: italic;
    margin-left: 5px;
    margin-right: 5px;
}

img {
    width: 100%;
}

blockquote {
    color: #000000;
    background-color: #b8dcff;
    margin-left: 50px;
    margin-right: 2px;
    font-family: 'IBM Plex Sans', sans-serif;
    text-align: justify;
}

img.stickerblock {
    width: 100px;
    height: 100px;
}

code {
    font-size: 100%;
    font-family: 'IBM Plex Mono', monospace;
    color: #006600;
}


h1 {
    font-family: 'Lexend Deca','IBM Plex Sans', sans-serif;
    font-size: 175%;
    font-weight: 900;
    font-variant: small-caps;
    text-align: center;
    color: #294677;
    margin-bottom: .2em;
}

h2 {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #5A82BC;
    font-size: 150%;
    font-weight: 700;
    margin-bottom: .5em;
   }


h3 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 125%;
    color: #5A82BC;
    margin-bottom: .2em;
}

h4 {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #5A82BC;
    font-size: 105%;
    margin-bottom: .2em;
    text-decoration: underline;
}

h5 {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #5A82BC;
    font-style: italic;
    margin-bottom: .2em;
    font-size:100%
}

h6 {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #000000;
    font-style: italic;
    margin-bottom: .2em;
    font-size: 100%;
}


a:visited {
	  color: #aa08db;
	  }

bigbold {
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
}

hashtag {
	font-style: fixed;
	color: #b50a93;
	font-weight: bold;
	font-size: 20px;
	}


ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #4791e5;
    font-size: 15px;
    }

li.menu {
    float: left;
    font-family: sans-serif;
    font-weight: bold;
}

li.menu a {
    display: block;
    color: white;
    text-align: center;
    padding: 3px 5px;
    text-decoration: none;
    }

li.menu a:hover {
    background-color: #4649E5;
    }

medtext {
    font-family: "IBM PLex Sans",sans-serif;
    font-weight: 600;
    color: #000000;
}

table {
    background-color: #ffffff;
    color: #000000;
    border-collapse: collapse;
    border: 2px solid #000181;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 100%;
}

th {
    border: 1px solid;
}

td {
    padding: 5px;
    border: 1px solid;
}


