::-webkit-scrollbar {
    width: 8px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
.navbar-nav, .navbar{
width: 100%;
background-color: dodgerblue;
}
label {
    color: black;
}
.navbar-brand{
    font-weight: 500$;
}
@media(min-width:568px){
.end{
margin-left: auto;
}
}

@media(max-width:768px){
#post{
width: 100%;
}
}
#clicked{
padding-top: 1px;
padding-bottom: 1px;
text-align: center;
width: 100%;
background-color: #ecb21f;
border-color: #a88734 #9c7e31 #846a29;
color: black;
border-width: 1px;
border-style: solid;
border-radius: 13px; 
}

#profile{
background-color: unset;

} 

#post{

text-align: center;
background-color: #1E90FF;
border-color: grey darkgrey ;
color: white;
border-width: 1.3px;
border-style: solid;
border-radius: 13px;
width: 100%;
font-weight: 600;
font-size: 22px;
}
#post:hover{
    background-color: #006ad4;
}
body{
background-color: #F8F2F4 !important;
}

#nav-items li a,#profile{
text-decoration: none;
color: rgb(224, 219, 219);
background-color: black;
}


.comments{
margin-top: 5%;
margin-left: 20px;
}

.darker{
border: 1px solid #ecb21f;
background-color: black;
float: right;
border-radius: 5px;
padding-left: 40px;
padding-right: 30px;
padding-top: 10px;
}

.comment{
border: 1px solid rgba(16, 46, 46, 1);
background-color: whitesmoke;
float: left;
border-radius: 5px;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
width: 100%;
}
.comment h4,.comment span,.darker h4,.darker span{
display: inline;
}

.comment p,.comment span,.darker p,.darker span{
color: #1b1b1b;
}

h1,h4{
color: white;
font-weight: bold;
}


#align-form{
margin-top: 20px;
}
.form-group p a{
color: white;
}

#checkbx{
background-color: black;
}

#darker img{
margin-right: 15px;
position: static;
}

.form-group input,.form-group textarea{
background-color: #0000000a;
border: 1px solid rgba(16, 46, 46, 1);
border-radius: 12px;
}

form{
border: 1px solid rgba(16, 46, 46, 1);
background-color:  white;
border-radius: 5px;
padding: 20px;
}