body {
  margin: 0;
  padding: 0;
  color: white;
  text-align: center;
  cursor: url("data:image/x-icon;base64,AAACAAEAICAQAAAAAADoAgAAFgAAACgAAAAgAAAAQAAAAAEABAAAAAAAAAIAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAND/AP///wAAhP8AAAD/AABV/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAABERAAAAAAAAAAAAAAAAAREREAAAAAAAAAAAAAAAABFVERAAAAAAAAAAAAAAAAERVVEAAAAAAAAAAAAAAAABDNVVAAAAAAAAAAAAAAAACATNUQAAAAAAAAAAAAAAAIgETRAAAAAAAAAAAAAAAACIABEAAAAAAAAAAAAAAAAIiIiAAAAAAAAAAAAAAAAAiIiIAAAAAAAAAAAAAAAAAQiIAAAAAAAAAAAAAAAAABEQgAAAAAAAAAAAAAAAAACJAAAAAAAAAAAAAAAAAAAAiAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///////////////////////////////////////////////////////////////////////////////////////z////w////gf///wH///4D///8A///+AP///AH///wD///4B///8A////Af///gf///wP///8P////H////w=="),
    auto;
  justify-content: center;
}

.about-me {
  /* background-color: inherit; */
  font-family: "Lucida Console", Monaco, monospace;
  background-color: rgba(34, 4, 4, 0.6);
  /* background-color: transparent !important; */
  /* color: white; */
  /* background-color: inherit; */
  position: absolute;
  width: 40vw;
  /* height: auto; */
  overflow-y: auto;
  /* height: 60vh; */
  height: auto;
  /* position: sticky; */
  /* height: 30vw; */
  /* top: 8vh; */
  /* left: 50%; */
  /* margin-left: -20vw; */
  /* top: 50%; */
  margin-left: auto;
  margin-right: auto;
  /* margin-top: -30vh; */
  box-shadow: 2px;
  /* display: inline-block; */
  /* display: block; */
  padding: 15px;
  padding-bottom: 10px;
  box-shadow: 4px 4px 2px #0a0230;
  border-radius: 20px;
  animation: fadein 8s;
  -moz-animation: fadein 8s;
  /* min-width: 200px;
  min-height: 300px; */
  /* overflow-y: auto; */
  /* animation-delay: 2s; */
}
.about-me-image {
  align-items: center;
  /* width: 100vw; */
  /* height: 20vh; */
  padding: 2vh;
  /* margin: ; */
  /* background: linear-gradient(black 50%, rgba(34, 4, 4, 0.6) 50%); */
  /* background-color: red; */
  /* background-color: rgba(34, 4, 4, 0.6); */
}
.about-me-image img {
  /* align-self: center; */
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;*/
  width: 10em;
  height: 10em;
  border-radius: 1000px;
  /* display: block; */
  /* text-align: center;
  margin-left: auto;
  margin-right: auto; */
  /* border-radius: 100000px; */
  /* text-align: center; */
  /* vertical-align: 0%; */
  /* position: fixed; */
  /* top: 10vh; */
  /* left: 10px; */
  /* left: 45vw; */
  /* opacity: 1;
  z-index: 25; */
  /* display: inline-block; */
}
.about-me-body {
  padding: 20px;
  overflow: auto;
  /* background-color: rgba(34, 4, 4, 0.6); */
  /* position: relative;
  top: 5em; */
  /* overflow: scroll; */
  display: block;
  text-align: center;
  /* height: auto; */

  /* animation-delay: 3s; */
  /* opacity: 0; */
}
.about-me-para {
  height: inherit;
  /* overflow-y: auto; */
  padding-right: 17px; /*Increase/decrease this value for cross-browser compatibility
  /* box-sizing: content-box; /*  */
  font-size: 16px;
}
/* .filler {
  height: 6em;
  z-index: 24;
  background-color: #220404;
  position: sticky;
  top: 0;
  left: 0;
} */

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.about-me-heading {
  position: relative;
  /* top: -10em; */
  font-size: 1.5vh;
  width: 100%;
  text-align: center;
  /* text-decoration: underline; */
}

/* .about-me-heading-typewriter {
  display: inline;
} */
.typewriter {
  /* text-align: initial !important; */
  justify-content: left;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid orange; /* The typwriter cursor */
  /* /* white-space: nowrap; keepsthe content on a single line */
  white-space: nowrap;
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: 0.4em; /* Adjust as needed */
  animation: typing 5s steps(40, end), blink-caret 0.75s step-end infinite;
  font-size: 1.3vw;
  display: inline-block;
  /* width: 20vw; */
  /* width: 400px; */
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
}

@keyframes background {
  from {
    background-color: rgba(34, 4, 4, 0.6);
  }
  to {
    background-color: transparent;
  }
}
@keyframes anti-background {
  from {
    background-color: transparent;
  }
  to {
    background-color: rgba(34, 4, 4, 0.6);
  }
}
.about-me p {
  font-size: 1em;
}

.bottom {
  position: relative;
  bottom: -1em;
}
.little-text {
  font-size: 12px !important;
  /* position: absolute;
  bottom: 1em;
  left: 10em;
  font-size: 16px; */
  /* white-space: pre-line; */
  /* text-align: initial; */
  /* justify-content: center; */
  /* text-align: center; */
  /* padding: 20px; */
}

.fab {
  /* display: inline-block; */
  padding: 5px;

  /* width: 3em; */
  /* height: 3em; */
}
i {
  display: inline-block;
  width: 30px;
}
/* .little-text {
  font-size: 1vh;
  position: relative;
  bottom: 2em; 
 } */

.little-little-text {
  font-size: 10px !important;
  /* position: relative;
  bottom: 0em; */
}

/* ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
/* ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
/* ::-webkit-scrollbar-thumb {
  background: rgb(8, 6, 39);
}  */

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
  background: #555;
}  */
a {
  text-decoration: none;
  font-weight: bolder;
}

a:hover {
  color: rgb(204, 218, 21);
}

body,
canvas {
  overflow: auto;
}

div.clickEffect {
  position: fixed;
  box-sizing: border-box;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 50%;
  animation: clickEffect 0.4s ease-out;
  z-index: 99999;
}
@keyframes clickEffect {
  0% {
        opacity: 1;
        width: 0.5em;
    height: 0.5em;
        margin: -0.25em;
        border-width: 0.5em;
  }
  100% {
        opacity: 0.2;
        width: 15em;
    height: 15em;
        margin: -7.5em;
        border-width: 0.03em;
  }
}

@media only screen and (max-width: 1000px) {
  .about-me {
    width: auto;
    height: auto;
  }

  @media only screen and (max-width: 600px) {
    .about-me {
      width: auto;
      height: auto;
      background-color: transparent;
      box-shadow: none;
      transition: background 1s linear;
    }
  }

  @media only screen and (min-width: 600px) {
    .about-me {
      transition: antibackground 1s linear;
    }
  }
  /* @media only screen and (max-height: 720px){
  .about-me-image{
   height: 2000px;
} */
}
@media only screen and (max-height: 570px) {
  .about-me {
    overflow-y: scroll;
    /* height: 500px; */
  }
}
