/*===SIDE COLUMN HOME LEFT===*/
.side-column-home-left {
  flex-direction: column;
  display: flex;
  gap: 50px;
}

/*=== PROFILE BOX ===*/
.profile-box {
  display: flex;
  flex-direction: column;

  width: 300px;
  height: 370px;

  border-style: solid;
  border-radius: 10px;
  border-width: 2px;

  margin: 0;
  margin-top: 50px;

  align-items: center;
  justify-content: flex-start;

  background: #c4e5ff;
  background: linear-gradient(
    180deg,
    rgba(196, 229, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.gabe-title {
  margin: 0;
  padding: 1px 57px;
  margin-top: 15px;

  background-color: white;

  border-style: solid;
  border-radius: 999px;

  font-size: 24px;
}

.mii-profile-container {
  margin-top: 10px;
}

.mii-profile-img {
  width: 190px;
}

.status-title {
  margin: 0;
  padding-bottom: 0;
  padding-top: 3px;
  padding-right: 180px;
  padding-left: 10px;

  margin-top: 10px;
  margin-bottom: 0;

  background: #008f99;
  background: linear-gradient(
    90deg,
    rgba(0, 143, 153, 1) 0%,
    rgba(255, 255, 255, 0) 58%
  );

  color: white;
  font-size: 24px;
  line-height: 19px;
}

.status-paragraph {
  text-align: justify;
  margin-top: 5px;

  padding-left: 20px;
  padding-right: 29px;

  margin-bottom: 0;
}

.status-date {
  margin-top: auto;
  text-align: right;
  align-self: flex-end;

  margin-right: 29px;
  margin-bottom: 7px;

  color: #606060;
}

/*===SITE UPDATES===*/
.site-updates {
  display: flex;
  flex-direction: column;

  width: 300px;
  height: 200px;

  border-style: solid;
  border-color: #5f91cc;
  border-width: 2px;
  margin: 0;

  align-items: center;
  justify-content: flex-start;

  background-color: #cedcfd;
}

.site-updates-title {
  background: #425691;
  background: linear-gradient(
    90deg,
    rgba(66, 86, 145, 1) 34%,
    rgba(206, 220, 253, 1) 100%
  );

  border: none;

  height: 35px;
  width: 300px;

  display: flex;
  align-items: center;

  box-sizing: border-box;

  padding-left: 10px;
  color: white;
  font-weight: 500;
}

.updates-scroll {
  font-family: "Roboto Mono", monospace;

  max-height: 100px;
  overflow-y: auto;
  font-size: 12px;
  margin-left: 12px;
  line-height: 10px;
  flex: 1;

  margin-top: 25px;
}

/*===BLOG BOX===*/
.blog-box {
  display: flex;
  flex-direction: column;

  width: 300px;
  height: 500px;

  margin: 0;
  margin-top: 50px;

  align-items: center;
  justify-content: flex-start;
}

.blog-box-title {
  margin: 0;
  padding: 1px 40px;
  margin-top: 15px;

  background-color: white;

  border-style: solid;
  border-radius: 999px;

  font-size: 24px;
}

.post-preview-box {
  width: 300px;
  height: 500px;

  margin-top: 15px;

  border-style: dashed;
  border-color: black;
  border-width: 2px;

  background-color: white;
}

.post-preview-title {
  margin-top: 20px;
  margin-left: 17px;
  margin-bottom: 0;

  font-size: 25px;
  font-weight: 500;
}

.post-preview-paragraph {
  margin-left: 17px;
  margin-right: 17px;
  margin-top: 0;
  margin-bottom: 0;

  text-align: justify;
  line-height: 24px;
}

.post-preview-date {
  text-align: right;
  align-self: flex-end;

  margin-right: 17px;
  margin-bottom: 0px;

  color: #606060;
}

/*===SIDE COLUMN HOME===*/
.side-column-home {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

/*===SIDE BOX 1===*/
.side-box-1 {
  display: flex;
  flex-direction: column;

  width: 300px;
  height: 400px;

  margin: 0;
  margin-top: 50px;

  align-items: center;
  justify-content: flex-start;
}

.presentation-paragraph {
  margin: 0;
  margin-left: 17px;
  margin-right: 17px;
  text-align: justify;
}
.welcome-line {
  font-size: 20px;
}

.wrist-warning-container {
  margin: 0;
  margin-top: 30px;
}

.wrist-warning-img {
  width: 298px;

  border-style: solid;
  border-radius: px;
  border-radius: 30px;
  border-color: #8fc7ea;
}

.ave-jap-paragraph {
  font-size: 13px;
  margin-left: 17px;
  margin-right: 17px;
  margin-top: 30px;
}

/*===LANGUAGES PROGRESS===*/
.languages-box {
  width: 260px;
}

.languages-progress-title {
  margin: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-top: 3px;
  padding-right: 430px;
  padding-left: 10px;

  margin-top: 10px;

  background: #008f99;
  background: linear-gradient(
    90deg,
    rgba(0, 143, 153, 1) 0%,
    rgba(255, 255, 255, 0) 58%
  );

  color: white;
  font-size: 24px;

  white-space: nowrap;
}

.lang-row {
  margin-bottom: 8px;
}

.lang-name {
  font-size: 13px;
  display: block;
  margin-bottom: 2px;
}

.lang-bar {
  height: 12px;
  border: 1px solid #333;
  background: #fff;
}

.lang-fill {
  height: 100%;
  background: #45dd4a;
  background: linear-gradient(
    100deg,
    rgba(69, 221, 74, 1) 0%,
    rgba(159, 247, 250, 1) 92%
  );
}
