html, body {
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'superadorable';
  src: url('/font/superadorable.eot'); 
  src: url('/font/superadorable.eot?#iefix') format('embedded-opentype'),
       url('/font/superadorable.woff2') format('woff2'),
       url('/font/superadorable.woff') format('woff'),
       url('/font/superadorable.ttf') format('truetype');
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: 'xiaolai';
       src: url('/fonts/xiaolai.woff2') format('woff2'),
       url('/fonts/xiaolai.woff') format('woff'),
       url('/fonts/xiaolai.ttf') format('truetype');
  font-weight: bolder;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'etherealwhisper';
  src: url('/etherealwhisper/etherealwhisper.ttf') format('truetype');
  font-weight: lighter;
  font-style: normal;
}

.content-box-blog {
  font-weight: lighter;
  font-family: 'superadorable';
  color: #fa0775;
  align-items: center;
  text-align: center;
  background-color: #fffdfd;
  border: 1px solid black;
  padding: 20px;
  width: 700px;
  height: auto;
  margin: 20 auto ;
  border-radius: 13px;
  box-shadow: none;
  left: 20px;
}

.content-area-blog {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  padding: 20px;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}


body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  font-family: 'superadorable', Arial, sans-serif !important;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: center top;
  background-color: #fff0f8;
  color: #ffc7de;
  padding: 0; 
  background-image: url('Unknown-44.jpg');
  position: relative; 
}

a {
  color: #f792b0;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #ffb6c1;
  text-decoration: none;
  transition: 0.3 ease;
}

.blogimage {
  margin: 0 auto;
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 8px;
  border: 2px dashed #f7c1d3;
  box-shadow: 0 0 13px pink;
}