body {
  font-family: Arial, sans-serif;
  line-height: 3em;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}
.navbar {
  background-color: #007bff;
  color: white;
}
.navbar a {
  color: white;
}
.carousel-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.footer {
  background-color: #007bff;
  color: white;
  text-align: center;
  padding: 10px 0;
}
.footer a {
  color: white;
  text-decoration: none;
}
.main {
  flex: 1;
  margin: auto;
  padding: 10px;
}
p {
  line-height: 1em;
}
.new {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
h1 {
  font-size: 48px;
  color: #333;
  padding-top: 50px;
}
p {
  font-size: 18px;
  margin-top: 20px;
}
.author {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}

.iconimg {
  width: 40px; height: 40px
}