body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background-color: #29292b;
}

/* Navbar section */
.navy {
  display: flex;
  justify-content: center;
}

nav {
  height: 55px;
  width: 95%;
  display: flex;
  justify-content: space-between;
  position: sticky;
  position: fixed;
  top: 0;
  align-items: center;
  z-index: 1;
  margin-top: 20px;
  border-radius: 1%;
  border: 1px solid;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.5);
}

nav ul {
  display: flex;
  gap: 4rem;
  align-items: center;
  text-decoration: none;
  list-style-type: none;
  padding-right: 2.5rem;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
}

/* Blog section */
.outter-div {
  display: flex;
  width: 100%;
}

.box-1 {
  /* border: 1px solid; */
  margin-top: 150px;
  width: 900px;
  height: 600px;
  margin-left: 50px;
  /* flex: 1; */
}
.j-head-3 {
  margin-left: 40px;
  margin-right: 40px;
  color: #c9c9c9;
}

.j-head {
  margin-top: 0px;
  color: #0df5f5;
  font-size: 25px;
  margin-bottom: 15px;
  margin-left: 45%;
}

.j-head-2 {
  font-size: 20px;
  margin-top: 0px;
  color: #fff;
  margin-left: 35%;
}
/* .j-head-3 {
  color: #C9C9C9;
} */

.box-2 {
  /* flex: 0.3; */
  /* flex-direction: row; */
  /* border: 1px solid; */
  width: 350px;
  height: 600px;
  margin-left: 50px;
  margin-top: 150px;
  margin-right: 100px;
}
#username {
  width: 90%;
  height: 30px;
  border-radius: 4px;
  margin-bottom: 20px;
  color: #fff;
  background-color: #424242;
}

#email {
  width: 90%;
  height: 30px;
  border-radius: 4px;
  margin-bottom: 20px;
  color: #fff;
  background-color: #424242;
}

#text-message {
  width: 90%;
  border-radius: 4px;
  color: #fff;
  background-color: #424242;
}

.blog-img {
  width: 85%;
  height: 180px;
  border-radius: 4px;
  margin-left: 65px;
}
.button-1 {
  width: 5rem;
  margin-top: 20px;
  margin-left: 70%;
  background-color: #0df5f5;
  border: 1px solid #424242;
}
.box2-text {
  color: #c9c9c9;
}

#comment-viewer {
  border-radius: 4px;
  color: #fff;
  background-color: #424242;
  margin-top: 40px;
  padding-bottom: 20px;
}
.comment-txt {
  padding-top: 20px;
  padding-left: 20px;
}
.like-div {
  display: flex;
  padding-left: 1000px;
  z-index: 1;
  position: absolute;
  padding-top: 400px;
}
