html {
    scroll-behavior: smooth; 
}

:target {
    scroll-margin-top: 100px;
}

.full{
    display: block;
    margin: auto;
    width: 800px;
}

.postit1 {
  position: absolute;
  top: 30px;
  left: 15px;
  width: 30%;
  z-index: -5;
}
.postit2 {
  position: absolute;
  top: 1500px;
  right: 8px;
  width: 16%;
  z-index: -6;
}

.container{
    font-family:'Cambria', Cochin, Georgia, Times, Times New Roman, serif;
    color: rgb(0, 0, 0);
    background-color: rgb(232, 243, 218);
    text-align: justify;
}

.header {
    background-color: rgb(245, 192, 224);
    z-index: 4;
    position: sticky;
    top: 0px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 5px solid white;
    min-height: 65px;
}

.links {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin-left: auto;
    margin-right: 20px;
    align-items: center;
    text-decoration: none;
    color: rgb(186, 107, 157)
}

.links a {
    white-space: nowrap;
    text-decoration: none;
    color: rgb(186, 107, 157)
}

.links a:hover {
    color: rgb(150, 36, 108)
}

.headings {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin-left: 20px;
    align-items: center;
}

.headings a {
    white-space: nowrap;
    text-decoration: none;
    color: rgb(186, 107, 157)
}

.headings a:hover {
    color: rgb(150, 36, 108)
}


.header p {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin: 0;
}

.article h2 {
    margin-top: 0px;
    text-align:center;
}



.header a {
    text-decoration: none;
    color: rgb(186, 107, 157)
}

.header a:hover {
    color: rgb(150, 36, 108)
}

.navmain {
    display: flex;
    margin-top: 0;
}

.nav{
    width: 150px;
    background-color: rgb(226, 238, 212);
}

.activenav {
    top: 65px;
    position: sticky;
}

.nav a {
    padding: 10px 10px 10px 10px;
    display: block;    
    line-height: 120%;
    color: rgb(142, 161, 121);
    text-decoration: none;
    justify-content: left;
    border-bottom: 5px solid white;
}


.nav a:hover {
    color: rgb(118, 160, 69);
    background-color: rgb(207, 223, 188);
    transition-duration: 0.5ms;
} 


main{
    z-index: 3;
    padding: 20px;
    box-sizing: border-box;
    width: 650px;
    border-left: 5px solid white;
}

hr.rounded {
  border-top: 8px solid  rgb(142, 161, 121);
  border-radius: 5px;
}
