#id_comment{
    width: 100%;
    height: 50px;
    background-color: #1e2a36;
    color: floralwhite;
    border-radius: 10px;

}
.comment{
    margin-left: 10px;
    background-color: #69007833;
    border-radius: 10px;
    padding-left: 1px;
    padding-bottom: 1px;
}
.comment-username{
    color: #e9657b;
}
#comment-btn{
    display: inline-block;
    object-fit: contain;
    padding: 2px;
    border-radius: 2px;
    background-color: floralwhite;
    color: black;
}
#comment-btn:hover{
    cursor: pointer;
}
#sign-in-btn{
    background-color: floralwhite;
    height: fit-content;
    width: fit-content;
    font-size: 12px;
    border-radius: 10px;
}
#share-site-box{
    display: block;
    position: fixed;
    width: 80%;
    height: 300px;
    z-index:3;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    background:black;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#share-site-box img{
    width: 100%;
    margin: 0;
}
#share-link{
    color: #A6AC82;
    margin-right:10px;
}
#close-share{
    color:grey;
}
#share-site-box div{
    background:#000000;
    color:floralwhite;
}
@media screen and (min-width: 720px) {
  #share-site-box {
    width:400px;
  }
}
