body {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
  font-variant-ligatures: none;
  margin: 0;
  padding: 0;
  background-color: #1717b2;
  color: #333;
  line-height: 1.6;
}

a {
  color: #0000ff;
}

.container {
  width: 70%;
  margin: auto;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .container {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .container {
    width: calc(100% - 20px);
  }
}

.invis-link {
  all: revert;
  color: #fff;
  text-decoration:none;
}

.blog-list {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.blog-card {
  padding: 5px;
  text-align: center;
  width: calc(max(33.32% - 30px, 200px));
  background-color: #b2b2b2;
  box-shadow: 20px 20px 0px #000000;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-image img {
  max-width: calc(100% - 16px);
  max-height: 500px;
  margin: 8px;
  position: relative;
}

.blog-card .blog-image img {
  max-height: 200px;
}

.blog-image a {
  display: flex;
}

.blog-image {
  max-width: calc(100% - 15px);
  margin: 5px;
  margin-top: 10px;
  object-fit: contain;
  display: inline-block;
  border: solid 1px #000000;
  position: relative;
}

.blog-image-text {
  position: absolute;
  object-fit: contain;
  top: -11px;
  left: 50%;
  padding-left: 5px;
  padding-right: 5px;
  transform: translateX(-50%);
  background-color: #b2b2b2;
  font-size: 18px;
  line-height: 1.0;
  color: black;
}

header {
  /* background: #000; */
  color: #fff;
  padding-top: 3px;
  min-height: 20px;
}

header a {
  color: #54ffff;
  text-decoration: none;
  font-size: 24px;
}

header .container {
  border-bottom: 5px double #54ffff;
  font-color: #54ffff;
}

header ul {
  padding: 0;
  font-size: 24px;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

header li {
  float: left;
  display: inline;
  padding: 0 0 0 40px;
}

header #branding {
  float: left;
}

header #branding h1 {
  margin: 0;
}

header nav {
  float: right;
  margin-top: 0px;
}

.highlight {
  color: #e8491d;
  font-weight: bold;
}

#showcase {
  min-height: 400px;
  color: #fff;
  padding: 20px 0;
}

#showcase h1 {
  margin-top: 100px;
  font-size: 50px;
  margin-bottom: 10px;
}

#showcase p {
  font-size: 24px;
  line-height: 1.0;
}

.button_1 {
  height: 38px;
  background: #e8491d;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}

#boxes {
  margin-top: 20px;
}

#boxes .box {
  float: left;
  text-align: center;
  width: 30%;
  padding: 10px;
}

#boxes .box img {
  width: 90px;
}

footer {
  padding: 20px;
  margin-top: 20px;
  color: #fff;
  background-color: #e8491d;
  text-align: center;
}

#markdown-content, #markdown-content * {
  box-sizing: border-box;
  line-height: 1.0;
}

#markdown-content {
  /* width: calc(75% - 40px); */
  margin: 0 20px;
  overflow: hidden;
  padding: 10px 15px;
  background-color: #b2b2b2;
  box-shadow: 20px 20px 0px #000000;
  margin-bottom: 30px;
  color: black;
}

#markdown-content h1, h2, h3 {
  font-size: 24px;
  font-weight: normal;
  margin: 0.67em 0;
}

#markdown-content .centered {
  text-align: center;
}

#markdown-content a {
  color: #0000ff;
}

.centered-div {
  display: flex;
  justify-content: center;
  align-items: center;
}
