* {
  margin: 0;
  padding: o;
  box-sizing: border-box;
}

#logo {
  font-family: "Metal Mania", cursive;
  font-size: 3rem;
}
#head {
  text-align: center;
  font-size: 2rem;
}
.custom-control-label {
  color: white;
}
#content {
  margin-top: 20px;
}
#category {
  border: 1px solid grey;
}
#category .nav-item {
  border-bottom: 1px solid grey;
}
.poet {
  width: 50px;
  height: 50px;
  border-radius: 40%;
  float: right;
  margin-bottom: 5px;
}
.card {
  margin-top: 5px;
}
#alfaaz {
  height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
#name {
  color: black;
  width: 230px;
  border: none;
  border-bottom: 1px solid black;
  padding: 5px;
  outline: none;
  text-transform: capitalize;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: none;
}
#posttext {
  outline: none;
  background: none;
  padding: 5px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#share {
  width: 230px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: green;
  color: white;
  font-weight: bold;
}

