body {

  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.158) 1px,
    transparent 1px
  );
  background-size: 11px 11px;
  background-color: #111111;
  position: relative;
  z-index: -200;
  margin: 0;
}

@font-face {
  font-family: "Comfortaa";
  src: url("/Recources/Comfortaa-VariableFont_wght.ttf");
} 

/*blog css*/

* {
  box-sizing: border-box;
    font-family:  "Comfortaa";
    color: white;
}

.blogbody {
  margin: 8px;
  margin-top: 55px;
  font-family:  "Comfortaa", serif;
  padding: 30px;
}

/* Header/Blog Title */
.header {
  padding: 40px;
  font-size: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.287);
  font-family: Arial!important;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {
  float: left;
  width: 75%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}

/* Fake image */
.fakeimg {
  background-color: rgba(255, 255, 255, 0.153);
  width: 100%;
  padding: 20px;
  border-radius: 25px;
}

/* Add a card effect for articles */
.card {
  background-color: rgba(255, 255, 255, 0.206);
  padding: 20px;
  margin-top: 20px;
  border-radius: 25px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.287);
  margin-top: 20px;
  border-radius: 25px;
}

.TitleOben {
font-family: Konsolas;
}



.mainBody {
  float: center;
  width: 80%;
font-family:  "Comfortaa", serif;

}

.leftpad {
  float: left;
  width: 10%;
}

.rightpad {
  float: right;
  width: 10%;
}