@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
  background-image: linear-gradient(#0000007E, #0000007E), url("../images/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Open Sans";
  font-size: 19px;
  font-weight: bold;
  margin: 0;
  color: white;
  min-height: 100vh;
}

.header {
  padding: 0 20px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}

.headerWrapper {
  overflow: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}

.boologam {
  position: fixed;
  display: flex;
  align-items: center;
  height: 70%;
  width: 100%;
  justify-content: center;
}

#text {
  position: fixed;
  font-family: 'Poppins', sans-serif;
  font-size: 5em;
  color: #eeededa3;
}

.content {
  display: flex;
  justify-content: center;
}

#postTitle {
  display: flex;
  justify-content: center;
}

.postWrapper {
  text-align: left;
}

.postDate {
  float: right;
}

.main {
  width: 75%;
}

.postListItem {
  padding: 25px;
  background-color: #00000078;
  border-radius: 16px;
  backdrop-filter: blur(7px);
}

.headerLinks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.headerLinks li {
  display: inline;
  margin: 10px;
}

a {
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}
