* {
  margin: 0;
  padding: 0;
}

body {
  background: white;
  line-height: 1.8;
}

header {
  background: #222222;
  color: white;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

nav button {
  width: 2rem;
  height: 1.8rem;
  border-radius: 10px;
  outline: none;
  border: none;
}

nav button a {
  color: black;
  text-decoration: none;
}

.logo {
  color: white;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.date {
  margin: 0.1rem 0rem;
  padding: 0.2rem 0.4rem;
  font-size: 0.6rem;
  text-align: right;
  background: #292929;
}

aside {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 250px;
  background-color: #1e1e1e;
  color: #f1f1f1;
  border-radius: 5px;
  box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.5);
  padding: 2.3rem;
  z-index: 9;
}

aside a {
  text-decoration: none;
}

aside h3 {
  text-align: right;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #fff;
  border-bottom: 2px solid #444;
  padding-bottom: 0.5rem;
}

.latestPosts .post,
.latestPosts div {
  margin-bottom: 1rem;
  padding: 0.5rem;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: background 0.3s;
}

.latestPosts .post:hover,
.latestPosts div:hover {
  background: #f0f0f0;
}

.latestPosts p {
  margin: 0;
  font-size: 0.85rem;
  color: #0077cc;
}

.latestPosts h4 {
  margin: 0.3rem 0 0;
  font-size: 1rem;
  color: #444;
  cursor: pointer;
}

.latestPosts h4:hover {
  text-decoration: underline;
}

main {
  color: black;
}

section {
  margin: 5px 10px 0px 10px;
  padding: 0.3rem 0;
}

main section {
  margin: 1rem 2rem;
}

.newsTitle h1 {
  font-size: 2.5rem;
}

.povTable {
  background: #222222;
  margin: 1rem 0rem;
  padding: 0.5rem 0.5rem;
  border-radius: 10px;
}

.povTable div {
  color: white;
  text-align: center;
  border-radius: 10px;
  margin: 0.2rem 0.5rem;
  max-width: 45%;
  background: #444444;
}

.povTable div h4 {
  display: inline-block;

  padding: 0rem 1rem;
  margin-bottom: 0.5rem;
}

.povTable div p {
  border-radius: 10px;
  padding: 0.3rem;
}

.ideosPOV {
  display: flex;
  overflow-x: auto;
  gap: 0.5rem;
  padding: 0.8rem;
  align-items: stretch;
}

.ideosPOV > div {
  flex: 0 0 100vw;
  background: #444444;
  color: white;
  padding: 0.3rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}

.commentBox div {
  padding: 0.5rem;
  margin: 0.2rem;
  background: #222222;
  color: white;
  min-width: 42%;
  word-break: normal;
  border-radius: 10px;
}

.commentBox svg {
  height: 1.2rem;
  width: 1.2rem;
  background: pink;
}

.commentBox div p {
  background: #444444;
  border-radius: 10px;
  padding: 0.5rem;
  margin-top: 0.5rem;
}

.bulletList {
  margin: 0.1rem 1rem;
}

footer {
  background: #222222;
  color: white;
}

.appsSVG {
  display: flex;
  justify-content: center;
  align-items: center;
}

.appsSVG a {
  width: auto;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.7rem 0.6rem;
}

.appsSVG svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flexBox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
}

.centerBox {
  text-align: center;
}

.oswald {
  font-size: 1rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.8px;
}

.crimson-text-regular {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
  letter-spacing: 0.8px;
}

.crimson-text-semibold {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-style: normal;
}

.crimson-text-bold {
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-style: normal;
}

.crimson-text-regular-italic {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: italic;
}

.crimson-text-semibold-italic {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-style: italic;
}

.crimson-text-bold-italic {
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-style: italic;
}
