body {
  font-family: Palatino !important; 
  font-size: 1.2em
}
/*url link markdown*/
a {
  color: #ca9377;
}
a:hover{
  color: hotpink;
}
h1 {
  font-size: 1.5em;
  font-family: Palatino;
}
/*blog post font color*/
p {
  color: #e1D9D1;
  font-family: Palatino;
}

/*layout size*/
.container-sm {
  max-width: 950px;
} 

/*backround color*/
.bg-dark {
  background-color: #131822 !important;
}

/*posts image*/
img {
  width: 100%;
}

/*avatar/profile image*/
.img-ava {
  height: 300px ;
  width: 300px;
  border-radius: 50px;
  margin-bottom: 30px;
}


/*header/navbar*/
.head-rose {
  color: white;
  text-decoration: none;
  font-family: Palatino;
}
.head-rose:hover{
  color: white;
}

.float-md-start {
  font-size: 28px;
  text-align: center;
}
.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  font-family: Palatino;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
.nav.nav-masthead.justify-content-center.float-md-end {
  padding-bottom: 50px;
}
/*lists*/

ul.lists {
  list-style: decimal-leading-zero !important;
}

/*tags*/

.tags {
  padding-left: 0px;
}

/*date blog post*/
.time {
  font-size: 14px;
  padding-bottom: 20px;
}

/*higtlight code*/
.highlight {
  border-radius: 7px;

}
code,
pre,
kbd {
  line-height: 154%;
  overflow: auto;
  max-width: 100%;
  padding: 0.2em;
  border-radius: 10px;
  padding-left: 10px;
 
  font-size: 13px !important;
}

/*Inline text*/
.wordcolor {
  color: gold !important;
  font-size: 35pt;
}
