:root{
     --lightcard: #f4f5fa;
     --darkcard: #0d0d0d;
}

body {
  font-family: 'Nunito', Arial, sans-serif;
  background: #FFF;
  color: #222;
}

a{
     color: #0d0d0d;
     text-decoration: none;
}

.contentSection {
  width: 100%;
  background-color: #f4f5fa;
  padding: 2rem;
  border-radius: 0.8rem;
  margin-bottom: 0.7rem;
}

.contentSection h2{
     font-size: 1.6rem;
     font-weight: 700;
     margin-bottom: 0.5rem;
}

.contentSection p{
     font-size: 1rem;
     margin-bottom: 2rem;
}

#blog-list .contentSection img{
     max-width: 100%;
     width: 100%;
     height: 25rem;
     margin-bottom: 1rem;
     border-radius: 0.8rem;
     object-fit: cover;
}

.footer{
     margin:0.7rem;
}

.page-end{
     border-top: var(--darkcard) 2px dashed;
     margin: 3rem 0rem;
     position: relative;
     display: flex;
     justify-content: center;
}

.page-end p{
     position: absolute;
     width: max-content;
     background-color: #FFF;
     display: flex;
     justify-content: center;
     align-items: center;
     justify-content: center;
     top: -1.7rem;
     padding: 1rem 1.3rem;
}