@font-face {
  font-family: "MiSans VF";
  src: url("/f/misans.woff2") format("woff2");
}

body {
  background: linear-gradient(135deg, #cc99cc, #ffcccc);
  min-height: 100vh;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  font-family: "MiSans VF";
  background: linear-gradient(45deg, #99ccff, #333399);
  color: #ccffff;
  font-size: larger;
}

a {
  color: #ffff66;
}

#logo {
  max-width: 150px;
  max-height: 150px;
}

.projicon {
  max-width: 100px;
  max-height: 100px;
}

.beta {
  font-size: 0.75em;
  font-style: italic;
  font-family: "Segoe UI";
}

.badge {
  background: #336699;
  border: solid 3px #336699;
  text-decoration: none;
  color: whitesmoke;
}

.mastodon {
  background: #6161ff;
  border: solid 3px #6161ff;
}

.bluesky {
  background: #1185fe;
  border: solid 3px #1185fe;
}

.github {
  background: #1b1f23;
  border: solid 3px #1b1f23;
}

.afdian {
  background: #946ce6;
  border: solid 3px #946ce6;
}

#logo,
#disc {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
}

#projects {
  margin-left: 50px;
}

#projTitle {
  margin-left: 106px;
}

#colomn {
  display: flex;
}

.proj {
  margin-left: 6px;
}

#newsTitle,
#projTitle {
  font-size: 1.2em;
}

ul.header {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

ul.header > li {
  float: left;
}

ul.header > li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul.header > li a:hover {
  background-color: #111;
}

h1#title {
  text-align: center;
}

hr {
  border: solid 1px #333399;
}

.noa {
  color: #ccffff;
  text-decoration: none;
}

.itch {
  background-color: #ff2449;
  border: solid 3px #ff2449;
}

.projdisc{
font-weight: 300;}