* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Comic Sans MS";
}

body {
  background: url(/images/background-image.png);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  color: #ffffff;
}

.top-bar {
  position: relative;
  font-size: 16px;
  background-color: #0027ff;
  padding: 15px 50px;
  display: flex;
  justify-content: left;
  align-items: center;
  max-width: 900px;
  margin: auto;
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
}

.top-bar a {
  margin-left: 15px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
}

.player-bar {
  font-size: 16px;
  background-color: #425fff;
  padding: 10px 50px;
  display: flex;
  justify-content: left;
  align-items: center;
  max-width: 900px;
  margin: auto;
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
}

.player-bar a {
  margin-left: 15px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
  font-weight: normal;
}

.forums-frame {
  position: relative;
  background-color: #ffffff;
  width: 900px;
  height: auto;
  min-height: 1000px;
  color: #000;
  border: 2px solid #777777;
  margin: 0 auto 250px;
  padding: 20px;
}

.banner img {
  height: 300px;
  margin: auto;
  display: block;
}

.register-link-button {
  margin-top: 4px;
  background-color: #0027ff;
  color: white;
  border: none;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  height: 27px;
  width: 100px;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.register-link-button:hover {
  background-color: #0025f4;
}

.copyrightbar {
  background-color: #0027ff;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -51px;
  width: 900px;
  height: 95px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.copyrightbar span,
.copyrightbar a {
  display: block;
  margin-bottom: 5px;
}

.copyrightbar a {
  text-decoration: none;
}

.youtube-icon {
  transform: translateX(450%);
  text-align: center;
  width: 42px;
  height: 42px;
}

.youtube-icon img {
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
}

.topic {
  display: flex;
  align-items: center;
  height: 50px;
  background-color: #a5a5a5;
  border: 2px solid #777777;
  margin-bottom: 5px;
  padding-left: 10px;
}

.topic-name {
  position: relative;
  width: 350px;
  height: 50px;
  font-size: 14.75px;
  display: grid;
  text-decoration: none;
  color: #ffbc00;
  overflow-wrap: break-word;
  word-wrap: break-word;
  align-items: center;
}

.topic-created-by {
  display: inline-block;
  height: 50px;
  border: 2px solid #777777;
  background-color: #ffbc00;
  margin-left: 5px;
  padding: 15px 6px;
  text-decoration: none;
  line-height: 1;
  color: #000000;
  -webkit-text-stroke: 0px;
  width: 250px;
}

.things-forum {
  font-weight: bold;
  margin-top: 20px;
}

.cb {
  margin-left: 315px;
}

.r {
  margin-left: 152px;
}

.topic-replies {
  display: inline-block;
  height: 50px;
  border: 2px solid #777777;
  background-color: #ffbc00;
  margin-left: 5px;
  padding: 15px 15px;
  text-decoration: none;
  line-height: 1;
  color: #000000;
  -webkit-text-stroke: 0px;
  width: 60px;
  text-align: center
}

.topic-createdAt {
  display: inline-block;
  height: 50px;
  border: 2px solid #777777;
  background-color: #ffbc00;
  padding: 15px 27.5px;
  text-decoration: none;
  line-height: 1;
  color: #000000;
  -webkit-text-stroke: 0px;
  margin-left: 5px;
  width: 162px;
}

.create-forum {
  background-color: #a5a5a5;
  border: 2px solid #777777;
  height: 30px;
  width: 125px;
  margin-bottom: 5px;
  text-align: center;
  padding: 1px;
}

.create-forumBTN {
  text-decoration: none;
  color: #000000;
}

.topic-input {
  width: 450px;
  height: 45px;
  background-color: #a5a5a5;
  border: 2px solid #777777;
  font-weight: bold;
}

.create-button {
  background-color: #a5a5a5;
  border: 2px solid #777777;
  height: 45px;
}

.topic-text {
  text-align: center;
}

.created-by-text {
  text-align: center;
  font-style: italic;
}

.reply-part {
  list-style-type: none;
  background-color: #a5a5a5;
  border: 2px solid #777777;
  height: 150px;
  margin-bottom: 15px;
}

.user-reply {
  font-size: 20px;
}

.reply-part p {
  font-size: 15px;
  position: relative;
  width: 850px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.button-post {
  background-color: #a5a5a5;
  border: 2px solid #777777;
  height: 50px;
  width: 150px;
  font-size:xx-large;
  text-align: center;
  cursor: pointer;
}

.textarea_reply {
  width: -webkit-fill-available;
  height: 200px;
  background-color: #dddddd;
  border: 2px solid #aeaeae;
  resize: none;
  font-size: 15px;
}

.pagination {
  text-align: center;
  margin-top: 15px;
}

.pagination a {
  padding: 5px 10px;
  margin: 0 5px;
  text-decoration: none;
  border: 1px solid #c2c2c2;
  color: #000;
}

.pagination strong {
  padding: 5px 12px;
  border: 1px solid #000;
  margin: 0 2px;
  background-color: #eee;
}

.delete-btn {
  background: #d5301f;
  color: white;
  border: none;
  cursor: pointer;
  height: 50px;
  width: 25px;
  margin-right: -75px;
  font-weight: bold;
}

.notifDropdown {
  position: absolute;
  background-color: #a5a5a5;
  border: 2px solid #777777;
  height: 475px;
  width: 300px;
  margin-left: 505px;
  top: 40px;
  z-index: 1;
}

.notifList {
  list-style-type: none;
}

.notifList li {
  color: #6b6b6b;
}

.notif {
  position: absolute;
  top: 7.5px;
  left: 800px;
  width: 20px;
  height: 20px;
  font-size: 25px;
}

.notif span {
  position: absolute;
  background-color: #ff0000;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 14.5px;
  top: 8.5px;
  border-radius: 50%;
  margin-left: 25px;
}

.notifList li a {
  color: #323232;
  width: 5px;
}

.notifList li small {
  font-weight:700;
}

.notifDropdown div {
  text-align: center;
}

.notifDropdown div span {
  padding: 0.75px 10px;
  margin: 0 5px;
  text-decoration: none;
  border: 1px solid #000000;
  background-color: #eee;
  color: #000;
}

.notifDropdown div button {
  padding: 1.25px 2.5px;
  border: 1px solid #000;
  margin: 0 2px;
  background-color: #eee;
  cursor: pointer;
}

.blocks {
  background-color: #a5a5a5;
  position: absolute;
  left: 710px;
  width: 100px;
  height: 30px;
  border: 2px solid #777777;
}

.blocks img {
  position: absolute;
  width: 50px;
  bottom: -12px;
}

.blocks-count {
  position: absolute;
  left: 37.5px;
  bottom: 2px;
  width: 5px;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}