
.contain-gr{
    width: 100%;
    text-align: center;
    background-color: white;
    padding-top:10px;
    top:0;
    position:sticky;
}

a
{
    cursor:pointer;
    width:100%;
    font-weight:bolder;
}
p
{
    font-family: 'Koh Santepheap', cursive;
 display: none;
  background-color: white;
    margin-left:10px;
    padding-left:10px;
    border-left: 1px solid #ccc;
    border:2px solid #148AF2;
    border-radius:10px;
}


blockquote {
  background: #F31414;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

#footer {
   position:relative;
   text-align:center;
   font-size:small;
   bottom:0;
   width:100%;
   height:30px;   /* Height of the footer */
   background-color:rgb(239, 240, 241);
}
input{
    width: 90%;
    height: 50px;
    
}
.title-gr h1{
    color:#148AF2;
}
#footer{
    bottom:0;
    margin:0;
    position:sticky;
    color:#148AF2;
}
