:root {
  --background-color: rgb(6, 11, 25);
  --border-color: rgb(255, 255, 255, 0.1);
  --highlight-color: rgb(126, 87, 194);
  --yt-color: rgb(229, 57, 53);
}

html {
  overflow: scroll;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}

body {
  background-color: var(--background-color);
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin: 0px;
  overflow: auto;
}

* {
  box-sizing: border-box;
}

i {
  color: #fff;
  scale: 200%;
}

.article-title-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}

.article-title-section h2 {
  color: white;
  margin: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: xx-large;
  text-align: center;
}

hr {
  border: none;
  height: 2px;
  width: 80%;
  box-shadow: 0 1px 4px 1px aliceblue;
}

.about-body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  padding: 20px;
  height: 85%;
}

.img img {
  height: 420px;
  width: 420px;
  margin: 5px;
  padding: 5px;
  background-color: rgb(24, 23, 23);
  border: 2px solid black;
  border-radius: 10px;
}

.about-section-text {
  color: whitesmoke;
  width: 60%;
  margin: 5px;
  padding: 5px;
  font-size: x-large;
  font-family: "Rubik", sans-serif;
  /* font-family: "Font Awesome 6 Free"; */
}

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

.button-28 {
  height: 85px;
  width: 80%;
  margin-bottom: 30px;
  appearance: none;
  background-color: white;
  border: 2px solid #1a1a1a;
  border-radius: 15px;
  box-sizing: border-box;
  color: rgb(45, 43, 41);
  cursor: pointer;
  display: inline-block;
  font-family: Roobert, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: x-large;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
  min-height: 60px;
  min-width: 0;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
}

.button-28:disabled {
  pointer-events: none;
}

.button-28:hover {
  color: #fff;
  background-color: #1a1a1a;
  box-shadow: white 0 8px 15px;
  transform: translateY(-2px);
}

.button-28:active {
  box-shadow: none;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  body {
    overflow: scroll;
  }

  i {
    color: #fff;
    scale: 150%;
    margin-top: 20px;
  }

  .article-title-section {
    flex-direction: column;
    margin: 5px;
    height: auto;
  }

  .article-title-section h2 {
    font-size: x-large;
  }

  .about-body {
    margin: 5px;
    padding: 5px;
    flex-direction: column;
    height: auto;
  }

  .img img {
    height: 290px;
    width: 290px;
  }

  .about-section-text {
    width: 80%;
    font-size: medium;
  }

  .button-28 {
    height: auto;
    width: 80%;
    margin-bottom: 30px;
    appearance: none;
    background-color: white;
    border: 2px solid #1a1a1a;
    border-radius: 15px;
    box-sizing: border-box;
    color: rgb(45, 43, 41);
    cursor: pointer;
    display: inline-block;
    font-family: Roobert, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol";
    font-size: medium;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
    min-height: 42px;
    min-width: 0;
    outline: none;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
  }

  .button-28:hover {
    color: #fff;
    background-color: #1a1a1a;
    box-shadow: white 0 2px 5px;
    transform: translateY(-6px);
  }
}

/* @media (max-width: 1024px) {
  body{
    overflow:scroll;
  }
  .article-title-section{
    flex-direction: column;
    margin: 5px;
    height: auto;
  }

  .article-title-section h2 {
    font-size: x-large;
  }

  .about-body{
    margin: 5px;
    padding: 5px;
    flex-direction: column;
    height: auto;
  }

  .img{
    height: 290px;
    width: 290px;
  }

  .about-section-text{
    width: 80%;
    font-size: medium;
  }

  .button-28 {
    height: auto;
    width: 80%;
    margin-bottom: 30px;
    appearance: none;
    background-color: white;
    border: 2px solid #1A1A1A;
    border-radius: 15px;
    box-sizing: border-box;
    color: rgb(45, 43, 41);
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: medium;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
    min-height: 42px;
    min-width: 0;
    outline: none;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
  }

  .button-28:hover {
    color: #fff;
    background-color: #1A1A1A;
    box-shadow: white 0 2px 5px;
    transform: translateY(-6px);
  }
} */
