body {
    background: #a4c6d7;
}

.pagination {
    font-family: Arial;
      background-color: #2b4148;
      max-width: 845px;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 5px;
      padding-bottom: 5px;
    
    position: sticky;
      top: 0;
}

.pagination > a, span {
    padding-left: 8px;
    color: white;
}

a:visited {
    color: white;
}

a {
    color: white;
}

textarea {
    width: 210px;
    height: 60px;
    background-color: #fff;
    resize: none;
}

h2 {
    font-size: 30px;
    background: #bce4f5;
    font-family: arial,helvetica,sans-serif;
}

small {
    font-size: 20px;
    background: #bce4f5;
    font-family: arial,helvetica,sans-serif;
    display: block;
}

.default {
    background: white;
}

.bigbutton {
    width: 58%;
    height: 3rem;
    background-color: #272626;
    color: white;
    border: none;
    cursor: pointer;
    font-family: arial,helvetica,sans-serif;
    font-weight: 400;
}

.bigbutton:hover {
    background-color: #000;
}

.commentButton {
    width: 218px;
    height: 30px;
    background-color: #272626;
    color: white;
    border: none;
    cursor: pointer;
    font-family: arial,helvetica,sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}

.normalButton {
    background-color: #272626;
    color: white;
    border: none;
    cursor: pointer;
    font-family: arial,helvetica,sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: left;
}

.commentButton:hover {
    background-color: #000;
}

.commentbox {
    max-width: 845px;
    padding: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #2b4148;
}

.commentbox p {
    text-align: left;
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 100;
    word-wrap: break-word;
}

.replybox {
    max-width: 758px;
    padding: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin: 10px 40px;
    background-color: #2b4148;
    border: solid;
    border-color: aqua;
}

.replybox p {
    text-align: left;
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 100;
}

.bg-image {
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    background-image: url('https://images.thecoolwebsite.com/comments.png');
    height: 100%; 
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.banContainer {
    border-style: solid;
    border-width: thick;
    border-color: darkred;
    background: red;
    max-width: 595px;
    margin: auto;
    padding-bottom: 167px;
    -webkit-box-shadow:0px 0px 169px 35px rgba(242,8,8,0.39);
    -moz-box-shadow: 0px 0px 169px 35px rgba(242,8,8,0.39);
    box-shadow: 0px 0px 169px 35px rgba(242,8,8,0.39);
    overflow: auto;
}


.warnContainer {
    border-style: solid;
    border-width: thick;
    border-color: darkgoldenrod;
    background: yellow;
    max-width: 595px;
    margin: auto;
    padding-bottom: 167px;
    -webkit-box-shadow:0px 0px 169px 35px rgba(242,8,8,0.39);
    -moz-box-shadow: 0px 0px 169px 35px rgba(242,8,8,0.39);
    box-shadow: 0px 0px 169px 35px rgba(242,8,8,0.39);
    overflow: auto;
}



p {
    font-family: arial,helvetica,sans-serif;
}

h1 {
    font-family: arial,helvetica,sans-serif;
    font-size: 50px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 100;
}

figure {
  border: thin #000000 solid;
  display: flex;
  flex-flow: column;
  padding: 5px;
  max-width: 220px;
  margin: auto;
}

input {
    width: 210px;
}

figcaption {
  color: #000;
  padding: 3px;
  text-align: center;
  font-family: arial,helvetica,sans-serif;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.admin {
    background: #fffc49;
    border-radius: 15px;
    color: black;
    padding: 1px;
}