@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baskervville+SC&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baskervville+SC&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baskervville+SC&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
}

main {
  height: 237vw;
}

ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

div i {
  margin: 0;
}

ul li {
  list-style: none;
  margin: 0 10px;
  height: 30px;
  font-weight: bold;
}

.firstnav {
  background-color: rgba(238, 206, 211, 0.973);
}

ul {
  height: 50px;
}

i {
  margin: auto;
}

.secondletters {
  display: flex;
  justify-content: center;

  text-align: left;
  margin-bottom: 13px;
  margin-right: 250px;
}

.firstletter {
  margin-left: 9px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
}

.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0px;

  font-size: 60px;
}

.catagories {
  margin-right: 15px;
}

.type1 {
  margin-bottom: 8px;
}

.typebox {
  border-radius: 11px;
  border: 2px solod black;
  width: 170px;
}

a {
  list-style: none;
  text-decoration: none;
  color: black;
}

button {
  border-radius: 9px;
  width: 60px;
  background-color: transparent;
}

.search-container {
  display: flex;

  align-items: center;
  justify-content: center;
}

#searchInput {
  width: 300px;
  padding: 10px;
  font-size: 16px;
  border: 2px solid #ccc;
  border-radius: 4px;
  margin-bottom: 0px;
}

#searchButton {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 60px;
  font-size: 16px;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 6px;
}

#searchButton:hover {
  background-color: #0056b3;
}

.result-list {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0 0;
  width: 300px;
}

.result-list li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

.result-list li:last-child {
  border-bottom: none;
}

.top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.top h1 {
  font-size: 70px;
  font-family: "Open Sans", sans-serif;
  margin-top: 2px;
}

.top p {
  font-size: 17px;
  font-family: "Open Sans", sans-serif;

}

.date {
  font-family: "Open Sans", sans-serif;
}

main .img1 {

  display: flex;
  justify-content: center;
  align-items: center;


}

.img1 img {
  width: 54%;
  padding: 14px;
}

.paragraph {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 200px;
  font-size: 29px;
}

.p2 {
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
}

.p3 {
  margin-top: 20px;
 font-family: "Roboto", sans-serif;
  
}

.p4 {
  margin-top: 20px;
 font-family: "Roboto", sans-serif;
}

.p5 {
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
}

.p1 {
  font-family: "Roboto", sans-serif;
}

.date {
  font-size: 9px;
  font-family: "Open Sans", sans-serif;
}

.personal i {
  margin-left: 300px;
  
  font-size: 50px;
}

.personal {
  margin-top: 17px;

}
.paras1{
  
  margin: 0 200px;
  font-size: 29px;
}
.paras2{

  margin: 0 200px;
  font-size: 29px;
}
.paras3{
  
  margin: 0 200px;
  font-size: 29px;
}
.paras1 {
  margin-top: 17px;
  font-family: "Open Sans", sans-serif;
}
.paras2 {
  margin-top: 17px;
  font-family: "Open Sans", sans-serif;
}
.paras3 {
  margin-top: 17px;
  font-family: "Open Sans", sans-serif;
}

/* styles.css */


.button-container {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  margin-top: 20px;
 
}

.btn {
  background-color: #007bff;
  border: none;
  border-radius: 5px;
  color: white;
  padding: 10px ;
  padding-right: 30px;
  margin: 20px 0;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
 
  gap: 5px;
  margin-left: 250px;
  
}

.btn:hover {
  background-color: #0056b3;
}

#likeCount {
  font-weight: bold;
 
}
.footer {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  position: relative;
  bottom: 0;
  width: 100%;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-logo h2 {
  margin: 0;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  margin: 0 15px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-social {
  display: flex;
}

.social-icon {
  color: #fff;
  font-size: 20px;
  margin: 0 10px;
  transition: color 0.3s;
}

.social-icon:hover {
  color: #f39c12;
}

.footer-bottom {
  text-align: center;
  padding: 10px 20px;
  background-color: #222;
  color: #aaa;
}

.footer-bottom p {
  margin: 0;
}

