body {
  background: white;
  font-family: serif;
}
  header img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 10px;
    border: 3px solid silver;
    display: inline-block;
    vertical-align: middle;
  }
  header {
    background: black;
color: white;  
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10;
padding: 10px;
}
header nav ul {
    color: white;
    margin-right: 20px;
     font-size: 12px;
         display: flex;
         flex-direction: row;
         justify-content: space-between;
         gap: 20px;
  }
  header nav ul li {
    background: 30%;
  }
  
  section img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 3px solid black;
margin-bottom: 3px;
  }
  section p {
    font-size: 15px;
    color: blue;
  }
  section h5 {
    font-size: 10px;
    font-weight: bold;
  }
 footer {
   background: black;
   font-size: 10px;
   color: silver;
   padding: 10px;
   text-align: center;
   border-top-right-radius: 10px;
   border-top-left-radius: 10px;
   line-height: 0.8;
   width: 100%;
 }
 section {
   font-size: 10px;
   background: silver;
   border-bottom-right-radius: 10px;
   border-top-left-radius: 10px;
   padding: 10px;
   line-height: 0;
   height: 150px;
 
 }
 section strong {
   font-size: 15px;
   text-align: center;
 }
  .main {
   line-height: 1.3;
   text-align: center;
   
 }
 .main p {
 Font-size:15px;
 }
 
 header span {
   font-size: 30px;
   display: inline-block;
   vertical-align: middle;
 }
 a {
   text-decoration: none;
   font-weight: bold;
   
 }
 a:hover {
  
 }
 section a {
   font-weight: bold;
   text-decoration: none;
  
 }
 .carousel-item {
   border-radius: 10px;
   height: 500px;
   width: 50%;
 }
 @media (min-width: 481px) {
.carousel-item {
  width: 70%;
  display: block;
  margin: auto;
}
   
 }
.previous {
  border: solid 3px silver;
  width: 100px; 
  border-radius: 10px; 
  position: fixed; 
  left: 10px;
  bottom: 50px;
background: linear-gradient(to left, white, silver);

}
.next {
  border: solid 3px silver;
  width: 100px;
  border-radius: 10px;
  position: fixed;
  right: 10px; 
  bottom: 50px;
background: linear-gradient(to right, white, silver);
}
video {
  display: block;
  margin: auto;
}
audio {
  display: block;
  margin: auto;
}
.intro {
  background: silver;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  width: 95%;
  text-align: left; 
  color: blue; 
  font-weight: bold;
  Padding: 5px;

}
.related {
   border-radius: 10px;
   text-align: center;
   background: white;
   box-shadow: 05px 05px 5px 5px rgba(0, 0, 0, 0.19);
   text-align: center;
   padding: 10px;
   height: 70px;
 font-weight: bolder;
 color: blue;
 font-size: 15px;
 width: 70%;
 display: block;
 margin: auto;
 padding: 10px;
}
img {
  display: block;
  margin: auto;
  width: 200px;
  height: 200px;
 margin-bottom: 0px;
 margin-top: 20px;
 border-radius: 10px;
}

#span {
  color: blue;
  font-size: 15px; 
  font-weight: bold; 
  margin-bottom: 10px;
text-align: center;
}
.social-share a {
  text-decoration: none;
  color: black;
  background-color: white; 
  padding: 5px;
  border: 3px solid blue;
  border-radius: 5px;
  margin: 10px;
}

.social-share a:hover {
  background: blue;
  color: white;
}
h1 {
  font-size: 20px;
  color: blue;
}
h2 {
  font-size: 17px;
}
.share {
  margin-top: 30px;
}
div {
  border-radius: 20px;
}
.ads {
     border-radius: 10px;
   text-align: center;
   background: white;
   box-shadow: 05px 05px 5px 5px rgba(0, 0, 0, 0.19);
   text-align: center;
   padding: 10px;
   height: 30px;
   font-weight: bolder;
   color: green;
   font-size: 15px;
   width: 70%;
   display: block;
   margin: auto;
   padding: 10px;
}

 .menu {
   background: silver;
   width: 30px;
   height: 30px;
   border-radius: 10px;
   margin-left: 50px;
   margin-top: 15px;
 }
 .catblog {
      border-radius: 10px;
   text-align: center;
   background: white;
   box-shadow: 05px 05px 5px 5px rgba(0, 0, 0, 0.19);
   text-align: center;
   padding: 10px;
   font-weight: bolder;
   color: blue;
   font-size: 15px;
   width: 90%;
   display: block;
   margin: auto;
   padding: 10px;
 }
 .social-share {
text-align: center;
 }