html {
  scroll-padding-top: 4rem;
  scroll-behavior: smooth;
}

.container{
  max-width: 45rem;
}

.main-content{
  flex-grow: 1;
}

.p-center{
  margin:auto;
  max-width: 32rem;
}

.para-1{
  width:70%;
  margin-left:auto;
  margin-right:auto;
}

.text-size-smaller{
  font-size:x-small;
}

.p-justify{
  text-align: justify;
}

.text-last-updated{
  font-family:'Courier New', Courier, monospace;
  text-align: left;
  font-weight: 300;
  font-size: medium;
}

body{
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

h1{
  font-size:2.2em;
  font-weight: bold;
}

h2{
  font-size:x-large;
  font-weight: 200;
  padding-bottom: 10px;
  margin-top: 2rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  font-weight: bold;
}

h3{
  font-size:x-large;
  font-weight: 200;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

p{
  font-size:large;
  text-align: justify;
  line-height: 170%;
}

page-tag{
  background-color: #dfe3e7;
  border-radius: 0.8em;
  border-color: rgb(109, 109, 109);
  border-width: thin;
  padding: 0.5em 0.6em;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  font-size:small;
  color:black;
  font-family: Arial, Helvetica, sans-serif;
}

a{
  cursor: pointer;
  text-decoration: none;
  color: rgb(55, 71, 189);
}

.icon-setting{
   max-width: 2rem;
   margin:0;
   display: inline-block;
}

.post-img{
  display:flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  max-width: 100%;
}

.post {
  line-height: 1.8em;
  font-weight: 400;
}

img,svg {
  max-width: 100%;
  margin: auto;
  display: block;
}

#results-container {
    display: none;
    border: 1px solid #ccc;
    padding-top: 1rem;
    background: #fffefe;
    z-index: 1000;
    position: absolute;overflow-x: auto;border: 1px solid #ccc;
}

#results-container a{
  color: black;
  margin-bottom: 2rem;
}