
body{
  background-color: #4f1d75;
  background-image: url("bg.jpg");
  background-repeat: no-repeat;
 background-size:cover;
  background-position: center;
  display: flex;
  flex-direction: row;
  gap:0px;
  justify-content: center;
  font-family: "Nova Round", system-ui;
  flex-wrap:wrap;
 
}

.nova-round-regular {
  font-family: "Nova Round", system-ui;
  font-weight: 400;
  font-style: normal;
}

  

.header {
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #1f1f1f;
  border-radius: 10px;
  box-shadow: 0px 8px 8px #d66ef040;
  height: 20vh;
  font-size:100px;
  width: 100vw;
  font-family:'qin';
  color: #FFFFFF;
}

marquee{
  width:100vw;
  padding: 1rem;
  margin-top: 1rem;
  color: #FFFFFF;
   font-family:'qin';
   font-size:36px;
}

.logo {
  width: 1%;
  object-fit: cover;
}

.title {
  font-size: 50px;
  font-weight: 400;
padding:0px;
margin:0px;
  flex-grow: 1;
   font-family:'qin';
}

.main-content {
  display: flex;
  flex-grow: 1;
  padding: 1rem;
  margin-top: 5rem;
  float: left;
width:100vw;
height:100vh;
 color: #000000;


  ::-webkit-scrollbar {
  width: 4px;
}


::-webkit-scrollbar-track {
  background: #f1f1f100;
}


::-webkit-scrollbar-thumb {
  background: #39183f;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ba5fde;
}
}

.sidebar {
 
  background-color: #bfafd8;
  border-radius: 10px;
  padding: 1rem;
  margin-right: 4rem;
 margin-left:5rem;
  float: left;
  height:50vh;
}

li{
  padding: 20px;
}


p {
  
  font-size:14px;
  }


.cent {
  flex-grow: 1;
  background-color: #bfafd8;
border-radius: 10px;
padding:1rem;
width:40vw;
  overflow: scroll;
}

.cent h2 {
  font-size: 40px;
  color: #000000;
  text-align: center;
}

.entry{

font-size: 12px;
text-align: center;


}

.entry h3{
padding: 5%;

}

.entry img{
  max-width:40vw;
  max-height:20vw;
  
  
  }


.right-sidebar {

  margin-left: 2rem;
  margin-right:2rem;
  
}

.right-sidebar img{

  max-width:12vw;
  
  
}

.featured-image
 {
  background-color: #bfafd8;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1rem;
  overflow: scroll;
  width:20vw;
  height:40vh;
  justify-content: center;
}


.featured-image img {
    max-width:20vw;
  max-height:35vh;
  justify-content: center;
  padding-left:3vw;
  text-align:center;
  
  }

.featured-image h3
 {
  font-size: 16px;
  color: #000000;
  text-align: center;
  margin-bottom: 1rem;
   font-family:'qin';
}



.footer {
  text-align: center;
  padding: 1rem;
}

.moon {
  float:left;
  
  }



@media (max-width: 1024px) {
  .main-content {
    flex-direction: column;
  }

  .sidebar,
  .right-sidebar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/cursors/cur-2/cur227.cur), auto !important;} /* End https://www.cursors-4u.com */