@font-face {
  font-family: "PlusJakartaSans";
  src: url(../notifications-page-main/assets/fonts/PlusJakartaSans-VariableFont_wght.ttf);
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "PlusJakartaSans";
}

:root {
  --Red: hsl(1, 90%, 64%);
  --Blue: hsl(219, 85%, 26%);

  --White: hsl(0, 0%, 100%);
  --Very-light-grayish-blue: hsl(210, 60%, 98%);
  --Light-grayish-blue-1: hsl(211, 68%, 94%);
  --Light-grayish-blue-2: hsl(205, 33%, 90%);
  --Grayish-blue: hsl(219, 14%, 63%);
  --Dark-grayish-blue: hsl(219, 12%, 42%);
  --Very-dark-blue: hsl(224, 21%, 14%);
}

body {
  width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
  background-color: var(--White);
}

section {
  background-color: var(--White);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin-inline: auto;
}

.Notification {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.Notification span {
  background-color: var(--Blue);
  padding: 4px 8px;
  border-radius: 0.4rem;
  margin-left: 8px;
  color: var(--White);
}

.tions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.read {
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: var(--Grayish-blue);
}

.read:hover {
  color: var(--Blue);
}

.name-mark,
.name-angela,
.name-jacob {
  background-color: var(--Very-light-grayish-blue);
  padding: 1rem;
  display: flex;
  gap: 1rem;
  border-radius: 0.7rem;
  padding: 0.8rem 0.5rem 0.8rem 0.8rem;
  padding-right: 0.1rem;
}

.name-mark div {
  display: flex;
  flex-direction: column;
}

.name {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

div .name-webber {
  font-size: 15px;
  color: var(--Very-dark-blue);
  font-weight: 900;
}

div .name-webber .name-post {
  font-size: 12px;
  color: var(--Dark-grayish-blue);
  font-weight: 500;
}

div .name-webber .name-first {
  font-size: 13px;
  color: var(--Dark-grayish-blue);
  cursor: pointer;
}

div .name-webber.name-first:hover {
  color: var(--Blue);
}

.name-mark .name-pics {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.name-time {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  color: var(--Dark-grayish-blue);
}

.name-you .name-webber {
  cursor: pointer;
}

.name-you .name-webber:hover {
  color: var(--Blue);
}
/* .name-angela {
  background-color: var(--Very-light-grayish-blue);
  padding: 1rem;
  display: flex;
  gap: 1rem;
  border-radius: 0.7rem;
  padding: 0.8rem 0.5rem 0.8rem 0.8rem;
  padding-right: 0.1rem;
} */

/* .name-angela .name-time {
  color: yellow;
  display: flex;
  flex-direction: row;
} */

.name-gray {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.name-jacob img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.name-jacob .link {
  color: var(--Blue);
  text-decoration: none;
  cursor: pointer;
}
.name-jacob .link:hover {
  color: var(--Blue);
}

.name-hasan,
.name-kim,
.name-son,
.name-the {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.thanks {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.web {
  display: flex;
  gap: 0.3rem;
}

main {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

main .name-rizky {
  display: flex;
  /* flex-direction: column; */
  gap: 1rem;
  padding: 1rem;
}

.name-rizky .name-time {
  display: flex;
  font-weight: 500;
}

.name-textarea {
  display: flex;
  gap: 1rem;
}

.area {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.name-textarea p {
  border-radius: 0.4rem;
  color: var(--Dark-grayish-blue);
  font-weight: 600;
  padding: 1rem;
  border: 0.7px solid var(--Dark-grayish-blue);
  resize: none;
  cursor: pointer;
}
.name-textarea :hover {
  background-color: var(--Light-grayish-blue-2);
}
.name-img {
  height: 30px;
  width: 30px;
}

.name-chess {
  display: flex;
  justify-content: space-between;
}

.name-smith {
  display: flex;
  gap: 1rem;
}

.name-side {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}

/* .ago {
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

.name-text {
  display: flex;
  flex-direction: column;
}

.name-text .name-webber {
  font-size: 15px;
  color: var(--Very-dark-blue);
  font-weight: 900;
}

.name-text .name-post {
  font-size: 12px;
  color: var(--Dark-grayish-blue);
  font-weight: 500;
}

.name-nathan {
  display: flex;
  gap: 1rem;
}

.name-react .name-webber {
  font-size: 15px;
  color: var(--Very-dark-blue);
  font-weight: 900;
  /* display: flex; */
}

.name-react .name-post {
  font-size: 12px;
  color: var(--Dark-grayish-blue);
  font-weight: 500;
  /* display: flex; */
}

.name-react .name-tournament {
  font-size: 13px;
  color: var(--Dark-grayish-blue);
  /* display: flex; */
}

.name-nathan .name-time {
  font-weight: 500;
}

.name-anna {
  display: flex;
  gap: 1rem;
}

.name-left .link {
  color: var(--Blue);
  text-decoration: none;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  body {
    background-color: var(--Light-grayish-blue-2);
    width: 100%;
    overflow-x: hidden;
  }

  section {
    width: 70%;
    height: 50%;
    margin-inline: auto;
    border-radius: 0.6rem;
    margin-block: 3rem;
  }
}
