html {
    scrollbar-width: thin;
    scrollbar-color: #bbbbbb #1d1d1d;
    background: #181813;
    padding: 0px;
}
body {
    color: #ccc;
    width: 100%;
    font-family: "Palatino Linotype", "Book Antiqua", serif;
    margin: 0 auto;
    background-color: #181813;
    border-width: 0px;
}
p {
    color: #ccc;
    text-align: left;
    font-size: 16pt;
    line-height: 1.7;
    margin: 4pt;
}
h1 {
    font-size: 30pt;
}
h2 {
    font-size: 25pt;
    margin:15pt;
}
h3 {
    font-size: 20pt;
    margin:10pt;
}
.extMediaColumn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-top: 10px;
}
.extMedia {
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.extMedia:hover {
    scale: 1.15;
}
.homeButton {
    width: 80px;
    height: 80px;
    border: #bbbbbb;
    border-radius: 2px;
}
.smallButton {
  background-color: #36353f;
  border: none;
  color: rgb(204, 204, 204);
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 1px 1px;
  cursor: pointer;
}


  @media only screen and (max-width: 1800px) {
	body {
		width: 100% !important;
	}

}