/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: #b1a274;
  color: #262427;
  font-family: Verdana;
}

a {
  color: #b7708c
}

.button {
  background-image: linear-gradient(#fffcfe 70%, #f7d5e6 100%);
  border: none;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
}
button b{color: #bc5d5d}

/*
.blog {overflow-y: scroll;  overflow-x: hidden; height: 480px; text-align: left; font-size: 12px; color: #a78ea5; padding: 0px;}
blog {display: block; width: 70vw; max-width: 100vw; min-height: 20vh; height: auto; max-height: 30vh; border: 1px dashed #bd8da8; padding: 6px; margin: 2px;  background-color: #e3dccd;
border-radius: 4px; display: inline-block; position: relative; overflow-y: scroll;}
blog p{position: absolute; margin: 0px;}
blog b{color: #bc5d5d}




:popover-open {overflow-y: scroll;  overflow-x: hidden; height: 480px; text-align: left; font-size: 12px; color: #a78ea5; padding: 0px; 
              display: block; width: 40vw; max-width: 50vw; height: 30vh; max-height: 30vh; border: 1px dashed #bd8da8;
              padding: 6px; margin: 2px;  background-color: #e3dccd;border-radius: 4px; display: inline-block; position: absolute;  top: 10vh; left: 500px;}*/
