	body {
    font-family: 'Garamond', serif;
    background-image: url("https://oopsiedoodle.com/freestuff/backgrounds/bg16.jpg");
    background-repeat: repeat;
    background-attachment: fixed; 

}
  * {
  box-sizing: border-box;
}
  h1 {
    font-family: 'Latin Modern Mono', monospace;
    font-size: 45px;
    color: blue;
}
h2 {
    font-family: 'Latin Modern Mono', monospace;
    font-size: 30px;
    color: black;
}
	p	{
    font-family: 'Garamond', serif;
    font-size: 19px;
    text-align:justify;
    padding:5px;
}

  ul {
    font-family: 'Garamond', serif;
    font-size: 19px;
    text-align: justify;
}
  section {
  background-color: white;
  width: 20vw;
  height: 15vw;
  border: 22px;
  padding:10px;
  margin: 10px;
  overflow: auto;
  border-style: groove;
  border-color: #e6e6ff;
  margin-top: 5vh;
  text-align:center;
}
  heading {
    font-size:55px;
    padding-left: 25px; 
    padding-right: 25px; 
    padding: 20px;
    align-items: center;
}
  links {
    font-size:20px;
    color: navy;
    padding-right: 5px; 
    padding-left: 5px;
}

button {
    appearance: auto;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    background-color: buttonface;
    margin: 0em 0em 0em 0em;
    border-width: 2px;
    border-style: outset;
    border-image: initial;
}

.blog {
    color: #000000;
    font-family: Consolas;
    border-radius: 15px;
    padding: 30px;
    width: 80%;
    max-width: 900px;
    height: auto;
    overflow-y: visible;
    box-sizing: border-box;
    box-shadow: ;
    font-size: 1em;
    line-height: 1.6em;

}
.blog-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    pointer-events: none;
    margin: 0 5px;
    position: relative;
    z-index: 3;
    border: 1px solid black;
}