* {
  margin: 0;
  padding: 0;
  box-sizing: "border-box";
}

.body {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.6;
  color: #333;
  background: #fff;
}

.title {
  width: 100%;
  text-align: center;
  font-size: 25px;
  padding: 1rem;
}

.nav-bar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 8rem;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  z-index: 1000;
}

.menu {
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  border: 2px solid rgb(248, 245, 245);
  padding-bottom: 1rem;
}
.menu a {
  text-decoration: none;
  color: #333;
  font-weight: bolder;
  text-indent: 3rem;
}

.menu a:hover {
  color: #007bff;
}

.search {
  text-indent: 1rem;
}
.links {
  display: flex;
  img {
    width: 2vw;
    height: 2vh;
  }
}

main {
  padding: 12rem 12rem;
  padding-bottom: 0rem;
  section.background-img {
    min-height: 70vh;
    background-image: url("./Images/CUCKOOsNEST.jpg");
    background-size: cover;
    background-position: center;
    transition: all 0.75s ease;
    position: relative;
    z-index: 0;
  }
}

.container {
  display: flex;
  margin-top: 70px;
  margin-left: 4rem;
  justify-content: left;
}
.article_wrapper {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  padding: 1rem;
}

.article {
  width: 40%;
  text-align: center;
  padding: 1rem;
}
.subtitle {
  width: 100%;
  height: 7rem;
  font-size: 18px;
  margin-top: 0.5rem;
}
.img {
  width: 100%;
  height: 25vh;
}

.content {
  text-align: left;
}
.continue {
  width: 52%;
  height: 2rem;
  font-size: 12px;
  text-align: center;
  background-color: white;
  border: 2px solid rgb(248, 245, 245);
  margin-left: 49%;
}

.date {
  font-size: 12px;
  text-align: center;
}

.popular_post {
  width: 20%;
  padding: 1rem;
  border: 2px solid rgb(248, 245, 245);
  text-align: center;
  margin-left: 1rem;
  margin-top: 3rem;
}

.post_img {
  width: 60%;
  padding: 2rem;
  margin: 1rem;
}

.popular-title {
  padding: 1rem;
  font-weight: light;
  font-size: 20px;
}
.popular-content {
  padding: 1rem;
}
.popular-contact {
  display: grid;
}
